changeset 27895:69b4b8d73b5e

Remove a nonsensical "else" for the video mode switching case.
author reimar
date Sat, 15 Nov 2008 19:14:09 +0000
parents d06d8e459ae1
children 4c2232462353
files libvo/vo_xv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xv.c	Sat Nov 15 19:08:50 2008 +0000
+++ b/libvo/vo_xv.c	Sat Nov 15 19:14:09 2008 +0000
@@ -229,7 +229,7 @@
         if (vm)
         {
             vo_vm_switch();
-        } else
+        }
 #endif
         XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay),
                              &attribs);