Split one last overlong line in freeglut_cursor.c.
[freeglut] / src / freeglut_font.c
index 710298f..6aa402f 100644 (file)
@@ -29,8 +29,6 @@
 #include "config.h"
 #endif
 
-#define  G_LOG_DOMAIN  "freeglut-font"
-
 #include "../include/GL/freeglut.h"
 #include "freeglut_internal.h"
 
@@ -139,7 +137,7 @@ void FGAPIENTRY glutBitmapString( void* fontID, const unsigned char *string )
 
   /*
    * Step through the string, drawing each character.
-   * A carriage return will simply translate the next character's insertion
+   * A newline will simply translate the next character's insertion
    * point back to the start of the line and down one line.
    */
   for( c = 0; c < numchar; c++ )
@@ -246,7 +244,7 @@ void FGAPIENTRY glutStrokeString( void* fontID, const unsigned char *string )
 
   /*
    * Step through the string, drawing each character.
-   * A carriage return will simply translate the next character's insertion
+   * A newline will simply translate the next character's insertion
    * point back to the start of the line and down one line.
    */
   for( c = 0; c < numchar; c++ )