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/match_call.c | |
parent | 0f6cc27e81d4985d61e5caa669027801d520a122 (diff) |
Eliminate more externs
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/match_call.c b/src/match_call.c index e7e91969f..ce1573164 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -111,8 +111,6 @@ static void PopulateSpeciesFromTrainerParty(int, u8 *); static void PopulateBattleFrontierFacilityName(int, u8 *); static void PopulateBattleFrontierStreak(int, u8 *); -extern void sub_81973A4(void); - #define TEXT_ID(topic, id) (((topic) << 8) | ((id) & 0xFF)) static const struct MatchCallTrainerTextInfo sMatchCallTrainers[] = |