aboutsummaryrefslogtreecommitdiff
path: root/methods.py
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-09-02 22:32:31 +0200
committerHein-Pieter van Braam2017-09-08 15:03:53 +0200
commitb2a38854fdde296fd2d7da139a29b23a18ab494d (patch)
tree951326f4d966e01d4f8d4402dc7beb2252560b7a /methods.py
parentd1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff)
downloadgodot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.gz
godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.zst
godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.zip
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/methods.py b/methods.py
index ec7e658a3..2ab76a541 100644
--- a/methods.py
+++ b/methods.py
@@ -1026,9 +1026,6 @@ def build_legacygl_header(filename, include, class_suffix, output_attribs):
fd.write("\t\t\t{" + x["set_mask"] + "," + x["clear_mask"] + "},\n")
fd.write("\t\t};\n\n")
- else:
- fd.write("\t\tstatic const Enum *_enums=NULL;\n")
- fd.write("\t\tstatic const EnumValue *_enum_values=NULL;\n")
conditionals_found = []
if (len(header_data.conditionals)):