summaryrefslogtreecommitdiff
path: root/methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/methods.py b/methods.py
index 30a1f3caed..27a4fb57f1 100644
--- a/methods.py
+++ b/methods.py
@@ -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: