OSDN Git Service

Removed empty arrays.
authorDaniel Borca <dborca@users.sourceforge.net>
Fri, 31 Mar 2006 20:49:55 +0000 (20:49 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Fri, 31 Mar 2006 20:49:55 +0000 (20:49 +0000)
src/glut/dos/mroman.c
src/glut/dos/roman.c

index 5bf76db..137458b 100644 (file)
@@ -5,11 +5,7 @@
 
 /* char: 0x20 */
 
-static const GLUTStrokeStrip ch32st[] =
-{
-};
-
-static const GLUTStrokeChar ch32 = {104.7619f,0,ch32st};
+static const GLUTStrokeChar ch32 = {104.7619f,0,NULL};
 
 /* char: 0x21 */
 
index 89867c8..c30d76e 100644 (file)
@@ -5,11 +5,7 @@
 
 /* char: 0x20 */
 
-static const GLUTStrokeStrip ch32st[] =
-{
-};
-
-static const GLUTStrokeChar ch32 = {104.7619f,0,ch32st};
+static const GLUTStrokeChar ch32 = {104.7619f,0,NULL};
 
 /* char: 0x21 */