[vlc-commits] qt: remove dead code

Thomas Guillem git at videolan.org
Mon Apr 15 11:55:59 CEST 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Apr 15 11:54:29 2019 +0200| [a6d81926e4617f682825fe3e463364b694be04e8] | committer: Thomas Guillem

qt: remove dead code

Test leftovers.

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

 modules/gui/qt/main_interface.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/gui/qt/main_interface.cpp b/modules/gui/qt/main_interface.cpp
index 5ff186f05b..226abdcc71 100644
--- a/modules/gui/qt/main_interface.cpp
+++ b/modules/gui/qt/main_interface.cpp
@@ -270,13 +270,6 @@ MainInterface::~MainInterface()
     var_DelCallback( libvlc, "intf-toggle-fscontrol", IntfShowCB, p_intf );
     var_DelCallback( libvlc, "intf-popupmenu", PopupMenuCB, p_intf );
 
-#ifdef QT5_HAS_WAYLAND
-    if (b_hasWayland)
-    {
-        var_DecInteger( p_intf->p_sys->p_player, "egl-initialize-rc" );
-    }
-#endif
-
     p_intf->p_sys->p_mi = NULL;
 }
 



More information about the vlc-commits mailing list