aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 242e00083d..91a4e96b0a 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -38,7 +38,6 @@
uint fileReadItemID(File *in);
-#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
#define CHECK_BOUNDS(x,y) assert((uint)(x)<ARRAYSIZE(y))
#define NUM_PALETTE_FADEOUT 32