CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/07/26 19:25:35
Modified files:
backend : render_handler_ogl.cpp
Log message:
removed commented-out code
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_ogl.cpp?cvsroot=gnash&r1=1.75&r2=1.76
Patches:
Index: render_handler_ogl.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_ogl.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- render_handler_ogl.cpp 13 Jul 2007 16:05:08 -0000 1.75
+++ render_handler_ogl.cpp 26 Jul 2007 19:25:35 -0000 1.76
@@ -5,7 +5,7 @@
// A render_handler that uses SDL & OpenGL
-/* $Id: render_handler_ogl.cpp,v 1.75 2007/07/13 16:05:08 strk Exp $ */
+/* $Id: render_handler_ogl.cpp,v 1.76 2007/07/26 19:25:35 strk Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -43,18 +43,6 @@
# endif
#endif
-/*
-#if !defined(WIN32) || defined(GUI_GTK)
-# define GL_GLEXT_PROTOTYPES
-# include <GL/gl.h>
-# include <GL/glx.h>
-# include <GL/glu.h>
-# ifndef APIENTRY
-# define APIENTRY
-# endif
-#endif // no WIN32 or OSX
-*/
-
using namespace gnash;
// choose the resampling method:
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit