summaryrefslogtreecommitdiff
path: root/src/tablestacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tablestacks.h')
-rw-r--r--src/tablestacks.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tablestacks.h b/src/tablestacks.h
deleted file mode 100644
index 045ece3..0000000
--- a/src/tablestacks.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef OXEN_TABLESTACKS_H
-#define OXEN_TABLESTACKS_H
-
-#include "cardstack.h"
-
-#define NUM_TABLESTACKS 4
-
-typedef cardstack tablestacks[NUM_TABLESTACKS];
-
-#endif // OXEN_TABLESTACKS_H