[vlc-commits] qt: remove unused input_thread_t

Thomas Guillem git at videolan.org
Mon Jun 3 16:32:00 CEST 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun  3 16:25:18 2019 +0200| [f7ca9fb7b76bc165e353f46b0f3dcd032eafd41a] | committer: Thomas Guillem

qt: remove unused input_thread_t

This didn't break the build because of the c++ implementation of
vlc_object_cast.

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

 modules/gui/qt/dialogs/open.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt/dialogs/open.hpp b/modules/gui/qt/dialogs/open.hpp
index 3344885522..7ac539a95c 100644
--- a/modules/gui/qt/dialogs/open.hpp
+++ b/modules/gui/qt/dialogs/open.hpp
@@ -86,7 +86,6 @@ private:
     virtual ~OpenDialog();
 
     static OpenDialog *instance;
-    input_thread_t *p_input;
 
     QString optionsMRL;
     QString storedMethod;



More information about the vlc-commits mailing list