X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=include%2FGL%2Ffreeglut_std.h;h=a658c7c5f2b4163659a5e95a0e0c6c643fe89fce;hb=99318ae110a3ddbf067e03b9f2426c2fb1e3c9e7;hp=37d29be1d12776458119eaa9b2063e6e24d83081;hpb=ef2e1553f9d28b1af625e1165f6cdbb191d03de1;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 37d29be..a658c7c 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -408,16 +408,6 @@ #define GLUT_GAME_MODE_DISPLAY_CHANGED 0x0006 /* - * GLUT API macro definitions -- Spaceball button definitions - */ - -#define GLUT_SPACEBALL_BUTTON_A 0x0001 -#define GLUT_SPACEBALL_BUTTON_B 0x0002 -#define GLUT_SPACEBALL_BUTTON_C 0x0004 -#define GLUT_SPACEBALL_BUTTON_D 0x0008 -#define GLUT_SPACEBALL_BUTTON_E 0x0010 - -/* * Initialization functions, see fglut_init.c */ FGAPI void FGAPIENTRY glutInit( int* pargc, char** argv );