[vlc-devel] commit: Removed useless member. (Laurent Aimar )
git version control
git at videolan.org
Mon Jan 5 21:26:46 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Dec 27 12:25:50 2008 +0100| [74729214531037585aff24059af7b9317526159e] | committer: Laurent Aimar
Removed useless member.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74729214531037585aff24059af7b9317526159e
---
modules/gui/qt4/main_interface.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/main_interface.hpp b/modules/gui/qt4/main_interface.hpp
index a532d91..2bb2d51 100644
--- a/modules/gui/qt4/main_interface.hpp
+++ b/modules/gui/qt4/main_interface.hpp
@@ -136,8 +136,6 @@ private:
pl_dock_e i_pl_dock;
bool isDocked() { return ( i_pl_dock != PL_UNDOCKED ); }
- input_thread_t *p_input; ///< Main input associated to the playlist
-
/* Status Bar */
QLabel *nameLabel;
More information about the vlc-devel
mailing list