summaryrefslogtreecommitdiff
path: root/src/glut_font.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-25 23:29:42 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-25 23:29:42 +0000
commit60c1ccd33e0e87bacb45d87a9fc3e58b7a9e0723 (patch)
tree25338fedbec8221c232340eaa1b29462050fc3b8 /src/glut_font.cxx
parent7f395e6e4410e376ff95c914506d1599083afce7 (diff)
Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/glut_font.cxx')
-rw-r--r--src/glut_font.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glut_font.cxx b/src/glut_font.cxx
index 474689f33..3a53fbfc6 100644
--- a/src/glut_font.cxx
+++ b/src/glut_font.cxx
@@ -114,11 +114,6 @@ void glutStrokeString(void* fontID, const unsigned char *string) {
* A newline will simply translate the next character's insertion
* point back to the start of the line and down one line.
*/
-
-#if defined(__GNUC__)
-#warning FIXME This needs to be UTF aware now
-#endif /*__GNUC__*/
-
while ((c = *string++) != 0) {
if (c < font->Quantity) {
if (c == '\n') {