diff options
Diffstat (limited to 'scene/SCsub')
-rw-r--r-- | scene/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/SCsub b/scene/SCsub index 8c4f0499c4..6d1dd0044f 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -18,5 +18,3 @@ SConscript('io/SCsub'); lib = env.Library("scene",env.scene_sources) env.Prepend(LIBS=[lib]) - - |