]> git.sesse.net Git - vlc/commitdiff
Fix segfault (thanks to zorglub for the hint)
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Jul 2006 21:27:14 +0000 (21:27 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Jul 2006 21:27:14 +0000 (21:27 +0000)
modules/gui/qt4/main_interface.hpp

index 99fe72b88ccf29483c5667ca259d8790e0cd6665..5eb9437988ab6fedf9006b7896c4c8e31c57e6e4 100644 (file)
@@ -51,7 +51,6 @@ private:
     InputSlider *slider;
     /// Main input associated to the playlist
     input_thread_t *p_input;
-    intf_thread_t *p_intf;
     Ui::MainInterfaceUI ui;
 private slots:
     void setDisplay( float, int, int );