summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
commitee6942683882e2abd4bde79f8355b71abbd21af9 (patch)
tree20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/pokeblock_feed.c
parent0f6cc27e81d4985d61e5caa669027801d520a122 (diff)
Eliminate more externs
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r--src/pokeblock_feed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c
index b1f182b66..42a71ad52 100644
--- a/src/pokeblock_feed.c
+++ b/src/pokeblock_feed.c
@@ -55,8 +55,6 @@ extern struct MusicPlayerInfo gMPlayInfo_BGM;
extern const struct CompressedSpriteSheet gMonFrontPicTable[];
extern const u16 gUnknown_0860F074[];
-extern bool8 sub_81221EC(void);
-
// this file's functions
static void HandleInitBackgrounds(void);
static void HandleInitWindows(void);