summaryrefslogtreecommitdiff
path: root/macway/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'macway/matrix.h')
-rw-r--r--macway/matrix.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/macway/matrix.h b/macway/matrix.h
deleted file mode 100644
index c11f1f3e2d..0000000000
--- a/macway/matrix.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MATRIX_H
-#define MATRIX_H 1
-
-#include <stdint.h>
-#include "matrix_skel.h"
-
-
-#define MATRIX_ROWS 9
-#define MATRIX_COLS 8
-
-
-extern uint8_t *matrix;
-extern uint8_t *matrix_prev;
-
-#endif