summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/gl_common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index 38bd89b21d..55e1b5ecb4 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -1308,12 +1308,6 @@ static struct backend backends[] = {
{"cocoa", GLTYPE_COCOA},
{"win", GLTYPE_W32},
{"x11", GLTYPE_X11},
- // mplayer-svn aliases (note that mplayer-svn couples these with the numeric
- // values of the internal GLTYPE_* constants)
- {"-1", GLTYPE_AUTO},
- { "0", GLTYPE_W32},
- { "1", GLTYPE_X11},
-
{0}
};