aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/newfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fonts/newfont.cpp')
-rw-r--r--graphics/fonts/newfont.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/fonts/newfont.cpp b/graphics/fonts/newfont.cpp
index 8d0e879117..0327c0997a 100644
--- a/graphics/fonts/newfont.cpp
+++ b/graphics/fonts/newfont.cpp
@@ -7435,10 +7435,6 @@ static const FontDesc desc = {
sizeof(_font_bits)/sizeof(bitmap_t)
};
-#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
-extern const NewFont g_sysfont(desc);
-#else
DEFINE_FONT(g_sysfont)
-#endif
} // End of namespace Graphics