vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Jan 18 16:23:09 2018 +0100| [54379d8d3f56e2cb1f6cc96ad3df995b6fa501f5] | committer: Jean-Baptiste Kempf
qt: actions_manager: Remove unused variable (cherry picked from commit 2834023f179565bf1ba0e2628f2549cc6f2c73aa) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=54379d8d3f56e2cb1f6cc96ad3df995b6fa501f5 --- 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
