[vlc-commits] Qt: ConfigControl: remove unused member
Francois Cartegnie
git at videolan.org
Mon Mar 26 14:12:13 CEST 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Mar 26 13:56:12 2012 +0200| [b1844b3d5b67a5b11b44f19916519562fcdf97cc] | committer: Francois Cartegnie
Qt: ConfigControl: remove unused member
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1844b3d5b67a5b11b44f19916519562fcdf97cc
---
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 6aed2c4..f6d0d4e 100644
--- a/modules/gui/qt4/components/preferences_widgets.hpp
+++ b/modules/gui/qt4/components/preferences_widgets.hpp
@@ -103,7 +103,6 @@ protected:
}
vlc_object_t *p_this;
module_config_t *p_item;
- QString _name;
QWidget *widget;
#if 0
/* You shouldn't use that now..*/
More information about the vlc-commits
mailing list