X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=a658c7c5f2b4163659a5e95a0e0c6c643fe89fce;hb=04240975d24fe6499d504abe9cb9956785c86988;hp=5ffc5a082849906dd9547c60a053966303c8e067;hpb=630b996f22fe007ccbf7e93cdf5ff12bf2c3cf05;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 5ffc5a0..a658c7c 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -408,13 +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 - -/* * Initialization functions, see fglut_init.c */ FGAPI void FGAPIENTRY glutInit( int* pargc, char** argv );