[vlc-devel] [PATCH 01/18] gui/qt: remove unused macros

Filip Roséen filip at videolabs.io
Wed Jul 20 04:36:51 CEST 2016


Given that these macros have not been used since
a99d1a2c2a3bcfdcc4ec38b68fd9b35bdf78f5c4 (early 2010), and the last
commit where they were actually used (and not removed) was in 2009, I
think it is safe to say that these will not be missed.
---
 modules/gui/qt/qt.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/qt/qt.hpp b/modules/gui/qt/qt.hpp
index a3e7d93..0b83f1f 100644
--- a/modules/gui/qt/qt.hpp
+++ b/modules/gui/qt/qt.hpp
@@ -97,8 +97,6 @@ struct intf_sys_t
 };
 
 #define THEPL p_intf->p_sys->p_playlist
-#define QPL_LOCK playlist_Lock( THEPL );
-#define QPL_UNLOCK playlist_Unlock( THEPL );
 
 #define THEDP DialogsProvider::getInstance()
 #define THEMIM MainInputManager::getInstance( p_intf )
-- 
2.9.0



More information about the vlc-devel mailing list