[vlc-commits] gui/qt: remove unused macros
Filip Roséen
git at videolan.org
Wed Jul 20 16:15:54 CEST 2016
vlc | branch: master | Filip Roséen <filip at videolabs.io> | Wed Jul 20 04:36:51 2016 +0200| [2b2ed8ac12acd8a08c93cb93c937a2c067dd87c2] | committer: Jean-Baptiste Kempf
gui/qt: remove unused macros
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.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b2ed8ac12acd8a08c93cb93c937a2c067dd87c2
---
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 )
More information about the vlc-commits
mailing list