aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 90159f1..93264d7 100644
--- a/main.c
+++ b/main.c
@@ -17,8 +17,6 @@
#define COLOR 0x9AC2B3
#define EMPTY_COLOR 0x000000
-static const int dx[], dy[] = {-1, 0, 1};
-
typedef struct pedi {
int **matrix;
int width, height;