diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
commit | ee6942683882e2abd4bde79f8355b71abbd21af9 (patch) | |
tree | 20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/hall_of_fame.c | |
parent | 0f6cc27e81d4985d61e5caa669027801d520a122 (diff) |
Eliminate more externs
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index 3f217b782..48e4f8bec 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -66,8 +66,6 @@ extern struct MusicPlayerInfo gMPlayInfo_BGM; #define HALL_OF_FAME_MAX_TEAMS 50 -extern void ReturnFromHallOfFamePC(void); - // this file's functions static void ClearVramOamPltt_LoadHofPal(void); static void sub_8174F70(void); |