[vlc-commits] qt: remove unused slots declaration
Thomas Guillem
git at videolan.org
Fri Aug 9 16:38:36 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Aug 7 15:56:37 2019 +0200| [cd31a2aaa7791c4122f5e3ac522be62e0082a048] | committer: Thomas Guillem
qt: remove unused slots declaration
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd31a2aaa7791c4122f5e3ac522be62e0082a048
---
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;
More information about the vlc-commits
mailing list