Description: Avoid non-free scansyn plugin
 The scanned synthesis opcodes are not DFSG-free, so we delete them from
 the upstream sources. They need to be removed from SConstruct as well
 to prevent build failures. We don't remove them at the same time as the
 opcodes themselves to keep repacking of the source minimal.
Author: Felipe Sateler <fsateler@gmail.com>
--- a/Opcodes/CMakeLists.txt
+++ b/Opcodes/CMakeLists.txt
@@ -70,10 +70,6 @@ if(BUILD_PLATEREV_OPCODES)
    make_plugin(platerev platerev.c m)
 endif()
 
-set(scansyn_SRCS
-    scansyn.c scansynx.c)
-make_plugin(scansyn "${scansyn_SRCS}" m)
-
 if(UNIX)
     make_plugin(control control.c)
 endif()
