summaryrefslogtreecommitdiff
path: root/src/main/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/game/game.h')
-rw-r--r--src/main/game/game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/game/game.h b/src/main/game/game.h
index 0cb80e0..d59df85 100644
--- a/src/main/game/game.h
+++ b/src/main/game/game.h
@@ -22,10 +22,6 @@
#include "../util/list.h"
-typedef struct Cell {
- float left, right, top, bottom;
-} Cell;
-
typedef struct TrisGame {
int width, height;
list_t *cells;