mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Dead code tells no tales
This commit is contained in:
parent
37da8155a4
commit
7ad14e7a3e
215 changed files with 153 additions and 56138 deletions
|
@ -1145,12 +1145,6 @@ def build_legacygl_headers(target, source, env):
|
|||
return 0
|
||||
|
||||
|
||||
def build_gles2_headers(target, source, env):
|
||||
|
||||
for x in source:
|
||||
build_legacygl_header(str(x), include="drivers/gles2/shader_gles2.h", class_suffix="GLES2", output_attribs=True)
|
||||
|
||||
|
||||
def build_gles3_headers(target, source, env):
|
||||
|
||||
for x in source:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue