summaryrefslogtreecommitdiff
path: root/core/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/SCsub')
-rw-r--r--core/SCsub1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub
index af83b49fea..1545bc8aeb 100644
--- a/core/SCsub
+++ b/core/SCsub
@@ -68,7 +68,6 @@ thirdparty_sources = [
"md5.cpp",
"pcg.cpp",
"triangulator.cpp",
- "clipper.cpp",
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
env.add_source_files(env.core_sources, thirdparty_sources)