diff options
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r-- | scene/resources/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub index 60b16cd0d4..2ad90247a7 100644 --- a/scene/resources/SCsub +++ b/scene/resources/SCsub @@ -3,7 +3,6 @@ Import('env') env.add_source_files(env.scene_sources, "*.cpp") -env.add_source_files(env.scene_sources, "*.c") Export('env') |