Remove a nonsensical "else" for the video mode switching case.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-11-15 19:14:09 +00:00
parent ca77ee41f0
commit 39e42b26e9
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
if (vm)
{
vo_vm_switch();
} else
}
#endif
XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay),
&attribs);