summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 44b0674..6eb579f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -4,7 +4,6 @@
#define HAVE_OPENCL 0
#define QMS_VERIFY 0
#define QMS_POLAR 0
-#define QMS_CCZ4 0
#define SQR(x) ((x) * (x))
#define SGN(x) ((x) >= 0.0 ? 1.0 : -1.0)