[vlc-commits] qt4: preferences_widget: Removing useless attribute.
Hugo Beauzée-Luyssen
git at videolan.org
Fri Apr 15 17:31:41 CEST 2011
vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Apr 15 15:25:19 2011 +0200| [6af2a7d12e0227b49e2e4f5de9d787c1e32df32d] | committer: Jean-Baptiste Kempf
qt4: preferences_widget: Removing useless attribute.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6af2a7d12e0227b49e2e4f5de9d787c1e32df32d
---
modules/gui/qt4/components/preferences_widgets.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp
index 1ba310e..312e075 100644
--- a/modules/gui/qt4/components/preferences_widgets.hpp
+++ b/modules/gui/qt4/components/preferences_widgets.hpp
@@ -109,7 +109,6 @@ protected:
module_config_t *p_item;
QString _name;
QWidget *widget;
- bool _advanced;
#if 0
/* You shouldn't use that now..*/
signals:
More information about the vlc-commits
mailing list