(XDK D3D) Clean up unneeded extern for Xbox 1

This commit is contained in:
twinaphex 2014-01-09 13:41:28 +01:00
parent 64474142dd
commit 1341b2e498

View File

@ -153,10 +153,6 @@ static bool gfx_ctx_xdk_window_has_focus(void)
return true;
}
#ifdef _XBOX1
extern unsigned font_x, font_y;
#endif
static void gfx_ctx_xdk_update_window_title(void)
{
char buf[128], buf_fps[128];