summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 18:17:33 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 18:17:33 +0000
commit5f32754c143017e1a52f18a82f28f47026e8c27b (patch)
treef47dac2669122e9c7a636e366821c21ecd9bee10 /libvo
parente92eaa0fd82d5824eb6a29acd7886b4331ad3087 (diff)
downloadmpv-5f32754c143017e1a52f18a82f28f47026e8c27b.tar.bz2
mpv-5f32754c143017e1a52f18a82f28f47026e8c27b.tar.xz
100l, remove forgotten debugging code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30762 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 0 insertions, 1 deletions
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;
}