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 5bf76dbf73ab12f8566c76b48b7de2d195fb35b2..137458b7549a4ac90efd6a8ade8e88bf69f767d2 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 89867c8f6c5988665bad124b8976a3a7a4d4ff29..c30d76eb3f0331a12388c208c87c8691ae19431a 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 */