[MPlayer-cvslog] r30762 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Sat Feb 27 19:17:33 CET 2010
Author: reimar
Date: Sat Feb 27 19:17:33 2010
New Revision: 30762
Log:
100l, remove forgotten debugging code.
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Sat Feb 27 19:16:41 2010 (r30761)
+++ trunk/libvo/vo_gl.c Sat Feb 27 19:17:33 2010 (r30762)
@@ -462,7 +462,6 @@ static void uninitGl(void) {
static int isSoftwareGl(void)
{
const char *renderer = GetString(GL_RENDERER);
-renderer = "Software Rasterizer";
return strcmp(renderer, "Software Rasterizer") == 0;
}
More information about the MPlayer-cvslog
mailing list