diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-08 14:02:29 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-08 14:22:53 -0600 |
commit | 6640c509c043ac8f342a76ec8dd8268c38d0d160 (patch) | |
tree | c5c6ad266922f0ad2837a93f7920379530511685 | |
parent | 43ec11b92a5e7b90e8bdada6cbf8183ae3eb44f2 (diff) |
Remove unnecessary declaration
-rw-r--r-- | include/graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index a63a8e337..00fdb69d8 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4877,7 +4877,6 @@ extern const u32 gRouletteNumbersTiles[]; extern const u32 gRouletteMultiplierTiles[]; // Contest Link -extern const u16 gUnknown_0858D6B0[]; extern const u32 gUnknown_08C19588[]; extern const u32 gUnknown_08C19EEC[]; extern const u32 gUnknown_08C1A000[]; |