diff options
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index f7b733a221..ec4658e8ca 100644 --- a/core/SCsub +++ b/core/SCsub @@ -61,7 +61,6 @@ thirdparty_misc_sources = [ # C++ sources "pcg.cpp", "polypartition.cpp", - "clipper.cpp", "smolv.cpp", ] thirdparty_misc_sources = [thirdparty_misc_dir + file for file in thirdparty_misc_sources] |