summaryrefslogtreecommitdiff
path: root/src/rotating_gate.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-11 15:42:08 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-11 15:42:08 -0700
commit57b3393192106f628bde9032308917f7fc3f39cf (patch)
tree7c6425dec18be07ef36a7d2d8b5a6b713be7373b /src/rotating_gate.c
parentcb9127ccafd894708ede6ece8831de7af483f695 (diff)
Fix compile error
Diffstat (limited to 'src/rotating_gate.c')
-rw-r--r--src/rotating_gate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rotating_gate.c b/src/rotating_gate.c
index 1f5ef165f..fcced6c8c 100644
--- a/src/rotating_gate.c
+++ b/src/rotating_gate.c
@@ -189,12 +189,6 @@ struct RotatingGatePuzzle
u8 orientation;
};
-struct Coords8
-{
- s8 deltaX;
- s8 deltaY;
-};
-
// .rodata
// Fortree
static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] =