vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Jan 18 
16:23:09 2018 +0100| [2834023f179565bf1ba0e2628f2549cc6f2c73aa] | committer: 
Hugo Beauzée-Luyssen

qt: actions_manager: Remove unused variable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2834023f179565bf1ba0e2628f2549cc6f2c73aa
---

 modules/gui/qt/actions_manager.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt/actions_manager.cpp 
b/modules/gui/qt/actions_manager.cpp
index 95a796690e..fdead9e3bd 100644
--- a/modules/gui/qt/actions_manager.cpp
+++ b/modules/gui/qt/actions_manager.cpp
@@ -242,7 +242,6 @@ void 
ActionsManager::onRendererItemAdded(vlc_renderer_item_t* p_item)
             firstSeparator = action;
             break;
         }
-        QVariant v = action->data();
         if (compareRenderers( action->data(), p_item ))
         {
             vlc_renderer_item_release( p_item );

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to