# HG changeset patch # User ib # Date 1410127690 0 # Node ID 885a91949d89a9d5091fb454ad094fdd9c04957e # Parent cad608ae7295e69f2e80389b8fb2798e2328e2d2 Cosmetic: Remove blank lines. diff -r cad608ae7295 -r 885a91949d89 gui/ui/actions.c --- a/gui/ui/actions.c Sat Sep 06 19:52:00 2014 +0000 +++ b/gui/ui/actions.c Sun Sep 07 22:08:10 2014 +0000 @@ -136,7 +136,6 @@ case evPlayCD: guiInfo.StreamType = STREAMTYPE_CDDA; goto play; - #endif #ifdef CONFIG_VCD case ivSetVCDTrack: @@ -145,7 +144,6 @@ case evPlayVCD: guiInfo.StreamType = STREAMTYPE_VCD; goto play; - #endif #ifdef CONFIG_DVDREAD case ivSetDVDSubtitle: @@ -177,13 +175,11 @@ 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: