X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=7e0f30c70d96037319d81f24af9011a99dff0801;hb=e299df837915eaaf97e8e4ccbcb75bf1876661da;hp=809679ffd6e00120d156a4a86e1f8b7311a8f5a9;hpb=26940d493cc7cdfb6aaff4e5458855f141a6b397;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 809679f..7e0f30c 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -956,7 +956,6 @@ SFG_Proc fgPlatformGetProcAddress( const char *procName ); #define ATTRIB(a) attributes[where++]=(a) #define ATTRIB_VAL(a,v) {ATTRIB(a); ATTRIB(v);} -int fghIsLegacyContextVersionRequested( void ); int fghMapBit( int mask, int from, int to ); int fghIsLegacyContextRequested( void ); void fghContextCreationError( void );