# HG changeset patch # User Gloval # Date 1360878349 -14400 # Node ID 941eb1cc584667695287bc182b0f903b83e477aa # Parent 91fa025e6ca6bb04afc91051a9f9b7a52b672dea m diff -r 91fa025e6ca6 -r 941eb1cc5846 GUIFont.h --- a/GUIFont.h Fri Feb 15 01:21:53 2013 +0400 +++ b/GUIFont.h Fri Feb 15 01:45:49 2013 +0400 @@ -46,7 +46,6 @@ GUIFont *LoadFont(const char *pFontFile, const char *pFontPalette, ...); char * FitTextInAWindow(const char *pInString, GUIFont *pFont, GUIWindow *pWindow, unsigned int uX, int a5); - extern struct GUIFont *pAutonoteFont; extern struct GUIFont *pSpellFont; extern struct GUIFont *pFontArrus;