From 5f32754c143017e1a52f18a82f28f47026e8c27b Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 27 Feb 2010 18:17:33 +0000 Subject: 100l, remove forgotten debugging code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30762 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 502058ace6..a2e832e2ed 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -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; } -- cgit v1.2.3