remove .so
[vg.git] / src / vg / vg_gldiag.h
index 29c246dd26ef47be542b208ef12a54eb15d88758..99a7059149cf477575f22e7566bc3d627722c7a9 100644 (file)
@@ -11,6 +11,7 @@ static void vg_check_gl_integerv( FILE *log, GLenum name, const char *stringname
 
 static int vg_run_gfx_diagnostics(void)
 {
+#if 0
        FILE *log = fopen( "gldiag.txt", "w" );
        if( log )
        {
@@ -36,6 +37,7 @@ static int vg_run_gfx_diagnostics(void)
                
                fclose( log );
        }
+#endif
        
        return 0;
-}
\ No newline at end of file
+}