[vlc-devel] [PATCH 1/3] qt: remove unused method
RĂ©mi Denis-Courmont
remi at remlab.net
Mon Apr 23 19:29:40 CEST 2018
---
modules/gui/qt/components/preferences_widgets.hpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt/components/preferences_widgets.hpp b/modules/gui/qt/components/preferences_widgets.hpp
index 5f516fbd5d..41b0470f88 100644
--- a/modules/gui/qt/components/preferences_widgets.hpp
+++ b/modules/gui/qt/components/preferences_widgets.hpp
@@ -81,7 +81,6 @@ class ConfigControl : public QObject
public:
virtual int getType() const = 0;
const char * getName() const { return p_item->psz_name; }
- bool isAdvanced() const { return p_item->b_advanced; }
void hide() { changeVisibility( false ); }
void show() { changeVisibility( true ); }
/* ConfigControl factory */
--
2.17.0
More information about the vlc-devel
mailing list