[MPlayer-cvslog] r37269 - trunk/gui/ui/actions.c
ib
subversion at mplayerhq.hu
Mon Sep 8 00:08:10 CEST 2014
Author: ib
Date: Mon Sep 8 00:08:10 2014
New Revision: 37269
Log:
Cosmetic: Remove blank lines.
Modified:
trunk/gui/ui/actions.c
Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c Sat Sep 6 21:52:00 2014 (r37268)
+++ trunk/gui/ui/actions.c Mon Sep 8 00:08:10 2014 (r37269)
@@ -136,7 +136,6 @@ void uiEvent(int ev, float param)
case evPlayCD:
guiInfo.StreamType = STREAMTYPE_CDDA;
goto play;
-
#endif
#ifdef CONFIG_VCD
case ivSetVCDTrack:
@@ -145,7 +144,6 @@ void uiEvent(int ev, float param)
case evPlayVCD:
guiInfo.StreamType = STREAMTYPE_VCD;
goto play;
-
#endif
#ifdef CONFIG_DVDREAD
case ivSetDVDSubtitle:
@@ -177,13 +175,11 @@ void uiEvent(int ev, float param)
case ivPlayDVD:
guiInfo.StreamType = STREAMTYPE_DVD;
goto play;
-
#endif
#ifdef CONFIG_TV
case evPlayTV:
guiInfo.StreamType = guiTV[gui_tv_digital].StreamType;
goto play;
-
#endif
case evPlay:
case evPlaySwitchToPause:
More information about the MPlayer-cvslog
mailing list