diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
commit | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch) | |
tree | 5c46abd03c745dd2127756061c0ed8d6173059b9 /src/text.c | |
parent | ee6942683882e2abd4bde79f8355b71abbd21af9 (diff) |
Clean up the last extern functions
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/text.c b/src/text.c index a439d3ced..bdc0f14f7 100644 --- a/src/text.c +++ b/src/text.c @@ -12,10 +12,6 @@ #include "menu.h" #include "dynamic_placeholder_text_util.h" -extern u8 GetKeypadIconWidth(u8 keypadIconId); -extern u16 Font6Func(struct TextPrinter *textPrinter); -extern u32 GetGlyphWidthFont6(u16 glyphId, bool32 isJapanese); - EWRAM_DATA struct TextPrinter gTempTextPrinter = {0}; EWRAM_DATA struct TextPrinter gTextPrinters[NUM_TEXT_PRINTERS] = {0}; |