summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borca <[email protected]>2006-03-31 20:49:55 +0000
committerDaniel Borca <[email protected]>2006-03-31 20:49:55 +0000
commit3a46dff27d797f5ce067a305880ef1816e4a76d4 (patch)
tree1cad61e88bee8b628f4dd361046974009986f0f4
parent29d833bd5299860f9e3fed066df4a91931a5de67 (diff)
Removed empty arrays.
-rw-r--r--src/glut/dos/mroman.c6
-rw-r--r--src/glut/dos/roman.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/src/glut/dos/mroman.c b/src/glut/dos/mroman.c
index 5bf76dbf73a..137458b7549 100644
--- a/src/glut/dos/mroman.c
+++ b/src/glut/dos/mroman.c
@@ -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 */
diff --git a/src/glut/dos/roman.c b/src/glut/dos/roman.c
index 89867c8f6c5..c30d76eb3f0 100644
--- a/src/glut/dos/roman.c
+++ b/src/glut/dos/roman.c
@@ -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 */