From 57b3393192106f628bde9032308917f7fc3f39cf Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Sat, 11 Aug 2018 15:42:08 -0700 Subject: [PATCH] Fix compile error --- src/rotating_gate.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/rotating_gate.c b/src/rotating_gate.c index 1f5ef165f0..fcced6c8c6 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[] =