summaryrefslogtreecommitdiff
path: root/tools/editor/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/SCsub')
-rw-r--r--tools/editor/SCsub8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/editor/SCsub b/tools/editor/SCsub
index 0dbb7d3f20..625103eaee 100644
--- a/tools/editor/SCsub
+++ b/tools/editor/SCsub
@@ -14,7 +14,6 @@ def make_doc_header(target, source, env):
import zlib
buf = zlib.compress(buf)
-
g.write("/* THIS FILE IS GENERATED DO NOT EDIT */\n")
g.write("#ifndef _DOC_DATA_RAW_H\n")
g.write("#define _DOC_DATA_RAW_H\n")
@@ -27,7 +26,6 @@ def make_doc_header(target, source, env):
g.write("#endif")
-
def make_certs_header(target, source, env):
src = source[0].srcnode().abspath
@@ -39,7 +37,6 @@ def make_certs_header(target, source, env):
import zlib
buf = zlib.compress(buf)
-
g.write("/* THIS FILE IS GENERATED DO NOT EDIT */\n")
g.write("#ifndef _CERTS_RAW_H\n")
g.write("#define _CERTS_RAW_H\n")
@@ -52,11 +49,6 @@ def make_certs_header(target, source, env):
g.write("#endif")
-
-
-
-
-
if (env["tools"] == "yes"):
reg_exporters_inc = '#include "register_exporters.h"\n'