X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_misc.c;h=7e0963e1d484f3de85f38332c57764bd6033336a;hb=2e5dc871b7c1df472978af9811d0e97b6684707c;hp=5891f4ca89abce8771e391c5f3ddadfda2191c76;hpb=b1e6158f2fffaf8fc807615e8478b3b45d5915a2;p=freeglut diff --git a/src/freeglut_misc.c b/src/freeglut_misc.c index 5891f4c..7e0963e 100644 --- a/src/freeglut_misc.c +++ b/src/freeglut_misc.c @@ -29,8 +29,6 @@ #include "config.h" #endif -#define G_LOG_DOMAIN "freeglut-misc" - #include "../include/GL/freeglut.h" #include "freeglut_internal.h" @@ -91,13 +89,7 @@ void FGAPIENTRY glutReportErrors( void ) { GLenum error; while( ( error = glGetError() ) != GL_NO_ERROR ) -# undef G_LOG_DOMAIN -# define G_LOG_DOMAIN ((gchar *) 0) - fgWarning( "GL error: %s", gluErrorString( error ) ); - -# undef G_LOG_DOMAIN -# define G_LOG_DOMAIN "freeglut_misc.c" } /*