X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_font.c;h=89dc41f8bbc83d8c975c59dddc18ae72927d4943;hb=1a7b5b7702bcc093a613b02be7af4720f2618c79;hp=46e22194212990adc4fd52f228ea98b93453ed00;hpb=646676b8dbf8ab504ac8a275fe9a63a403a3190b;p=freeglut diff --git a/src/freeglut_font.c b/src/freeglut_font.c index 46e2219..89dc41f 100644 --- a/src/freeglut_font.c +++ b/src/freeglut_font.c @@ -55,21 +55,6 @@ extern SFG_Font fgFontTimesRoman24; extern SFG_StrokeFont fgStrokeRoman; extern SFG_StrokeFont fgStrokeMonoRoman; -/* - * This is for GLUT binary compatibility, as suggested by Steve Baker - */ -#if TARGET_HOST_UNIX_X11 - void* glutStrokeRoman; - void* glutStrokeMonoRoman; - void* glutBitmap9By15; - void* glutBitmap8By13; - void* glutBitmapTimesRoman10; - void* glutBitmapTimesRoman24; - void* glutBitmapHelvetica10; - void* glutBitmapHelvetica12; - void* glutBitmapHelvetica18; -#endif - /* -- PRIVATE FUNCTIONS ---------------------------------------------------- */