[vlc-devel] [PATCH 2/2] qt: remove unused slots declaration

Thomas Guillem thomas at gllm.fr
Wed Aug 7 16:01:09 CEST 2019


---
 modules/gui/qt/components/player_controller_p.hpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/gui/qt/components/player_controller_p.hpp b/modules/gui/qt/components/player_controller_p.hpp
index 40103c9f32..653ef46592 100644
--- a/modules/gui/qt/components/player_controller_p.hpp
+++ b/modules/gui/qt/components/player_controller_p.hpp
@@ -58,11 +58,6 @@ public:
 #endif
     }
 
-public slots:
-    void menusUpdateAudio( const QString& );
-    void AtoBLoop( float, VLCTick, int );
-
-
 public:
     intf_thread_t           *p_intf;
     vlc_player_t            *m_player;
-- 
2.20.1



More information about the vlc-devel mailing list