gl_common: remove compatibility aliases for backend sub-option

The backend sub-option for vo_opengl and vo_opengl-old accepted numeric
values (like -1, 0, ...) for compatibility with MPlayer. This was added
in mplayer2 times, and is not important anymore.
This commit is contained in:
wm4 2013-02-24 20:40:07 +01:00
parent a40a12dfaa
commit 05f76c63d5
1 changed files with 0 additions and 6 deletions

View File

@ -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}
};