From: Jean-Baptiste Kempf Date: Sun, 28 Oct 2007 07:06:56 +0000 (+0000) Subject: Qt4 - spaces removing. X-Git-Tag: 0.9.0-test0~4773 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9774edc08215b7d6daadd7e07d39fd7cfc77a8b5;p=vlc Qt4 - spaces removing. --- diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index af39ee0b2d..e30e265a7f 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -434,7 +434,6 @@ QString StringListConfigControl::getValue() return combo->itemData( combo->currentIndex() ).toString(); } - void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf, QComboBox *combo, QWidget *parent ) { diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp index f4ae90be7a..5e64fa983a 100644 --- a/modules/gui/qt4/components/preferences_widgets.hpp +++ b/modules/gui/qt4/components/preferences_widgets.hpp @@ -382,7 +382,6 @@ private slots: void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf, QComboBox *combo, QWidget *parent = 0 ); - #if 0 struct ModuleCheckBox { QCheckBox *checkbox; diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp index 95540ef158..2ef11193a3 100644 --- a/modules/gui/qt4/util/customwidgets.cpp +++ b/modules/gui/qt4/util/customwidgets.cpp @@ -76,7 +76,6 @@ void ClickLineEdit::dropEvent( QDropEvent *ev ) QLineEdit::dropEvent( ev ); } - void ClickLineEdit::focusInEvent( QFocusEvent *ev ) { if ( mDrawClickMsg == true ) { @@ -86,7 +85,6 @@ void ClickLineEdit::focusInEvent( QFocusEvent *ev ) QLineEdit::focusInEvent( ev ); } - void ClickLineEdit::focusOutEvent( QFocusEvent *ev ) { if ( text().isEmpty() ) {