Commit 74729214 authored by Laurent Aimar's avatar Laurent Aimar

Removed useless member.

parent ba2c2b69
...@@ -136,8 +136,6 @@ private: ...@@ -136,8 +136,6 @@ private:
pl_dock_e i_pl_dock; pl_dock_e i_pl_dock;
bool isDocked() { return ( i_pl_dock != PL_UNDOCKED ); } bool isDocked() { return ( i_pl_dock != PL_UNDOCKED ); }
input_thread_t *p_input; ///< Main input associated to the playlist
/* Status Bar */ /* Status Bar */
QLabel *nameLabel; QLabel *nameLabel;
......
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