mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 05:30:11 +01:00
Removed empty arrays.
This commit is contained in:
parent
29d833bd52
commit
3a46dff27d
2 changed files with 2 additions and 10 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue