1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove duplicate or unnecessary Python definitions.

This commit is contained in:
Marcel Admiraal
2020-09-10 08:31:34 +01:00
parent 3f7b565fbc
commit a1a2531459
2 changed files with 0 additions and 7 deletions

View File

@@ -211,11 +211,6 @@ def build_raw_header(filename):
fd.close()
def build_rd_headers(target, source, env):
for x in source:
build_rd_header(str(x))
def build_raw_headers(target, source, env):
for x in source:
build_raw_header(str(x))