From: Daniel Borca Date: Fri, 31 Mar 2006 20:49:55 +0000 (+0000) Subject: Removed empty arrays. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a46dff27d797f5ce067a305880ef1816e4a76d4;p=mesa.git Removed empty arrays. --- 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 */