[vlc-devel] [PATCH 1/3] qt: remove unused method

Jean-Baptiste Kempf jb at videolan.org
Tue Apr 24 11:29:26 CEST 2018


Please apply the set.

On Mon, 23 Apr 2018, at 19:29, RĂ©mi Denis-Courmont wrote:
> ---
>  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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list