PlaylistSequence: Remove unused member variable
This commit is contained in:
parent
36e809d530
commit
0ad4889936
|
@ -98,7 +98,6 @@ class PlaylistSequence : public QWidget {
|
||||||
bool loading_;
|
bool loading_;
|
||||||
RepeatMode repeat_mode_;
|
RepeatMode repeat_mode_;
|
||||||
ShuffleMode shuffle_mode_;
|
ShuffleMode shuffle_mode_;
|
||||||
bool dynamic_;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PLAYLISTSEQUENCE_H
|
#endif // PLAYLISTSEQUENCE_H
|
||||||
|
|
Loading…
Reference in New Issue