]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
Qt4 - Sprefs: cosmetic and string change.
[vlc] / modules / gui / qt4 / components / simple_preferences.cpp
index f5a9230c77d5d9a39ba0c96d652fe67ad659ddf5..90eb29630b1cf0472479cfdb6804f1e1e9225fb8 100644 (file)
@@ -232,7 +232,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             CONNECT( ui.outputModule, currentIndexChanged( int ), this,
                              updateAudioOptions( int ) );
 
-
         //TODO: use modules_Exists
 #ifndef WIN32
             CONFIG_GENERIC( "alsadev" , StringList , ui.alsaLabel, alsaDevice );