summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 37ede42..8108e11 100644
--- a/include/common.h
+++ b/include/common.h
@@ -38,7 +38,6 @@ typedef struct Shape {
sfRectangleShape *p[4][4]; // array of physical shape cells
sfVector2f cSize; // shape rectangles size variable x/y
} Shape;
-Shape active, next;
typedef struct Field {
sfVector2i pos;