[vlc-commits] qt: remove unused method

Rémi Denis-Courmont git at videolan.org
Tue Apr 24 20:42:21 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 23 20:26:33 2018 +0300| [252b85ac6587ef1c2f44cdfb68cfa1ef522c020a] | committer: Rémi Denis-Courmont

qt: remove unused method

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=252b85ac6587ef1c2f44cdfb68cfa1ef522c020a
---

 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 */



More information about the vlc-commits mailing list