Removed empty arrays.

This commit is contained in:
Daniel Borca 2006-03-31 20:49:55 +00:00
parent 29d833bd52
commit 3a46dff27d
2 changed files with 2 additions and 10 deletions

View 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 */

View 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 */