Commit cb9e27ce authored by Antoine Cellerier's avatar Antoine Cellerier

Fix segfault (thanks to zorglub for the hint)

parent 92caa32e
...@@ -51,7 +51,6 @@ private: ...@@ -51,7 +51,6 @@ private:
InputSlider *slider; InputSlider *slider;
/// Main input associated to the playlist /// Main input associated to the playlist
input_thread_t *p_input; input_thread_t *p_input;
intf_thread_t *p_intf;
Ui::MainInterfaceUI ui; Ui::MainInterfaceUI ui;
private slots: private slots:
void setDisplay( float, int, int ); void setDisplay( float, int, int );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment