From 3a46dff27d797f5ce067a305880ef1816e4a76d4 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 31 Mar 2006 20:49:55 +0000 Subject: Removed empty arrays. --- src/glut/dos/mroman.c | 6 +----- src/glut/dos/roman.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/glut/dos/mroman.c b/src/glut/dos/mroman.c index 5bf76dbf73..137458b754 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 89867c8f6c..c30d76eb3f 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 */ -- cgit v1.2.3