summaryrefslogtreecommitdiff
path: root/src/gl_draw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl_draw.cxx')
-rw-r--r--src/gl_draw.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 6eac7a7ed..4b5555e7b 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -127,17 +127,8 @@ void gl_remove_displaylist_fonts()
#endif
}
-#ifdef __APPLE__
-const char *fl_iso2macRoman(const char*, int);
-#endif
-
void gl_draw(const char* str, int n) {
-#ifdef __APPLE__
- const char *txt = fl_iso2macRoman(str, n);
- glCallLists(n, GL_UNSIGNED_BYTE, txt);
-#else
glCallLists(n, GL_UNSIGNED_BYTE, str);
-#endif
}
void gl_draw(const char* str, int n, int x, int y) {