summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}