PlaylistSequence: Remove unused member variable

This commit is contained in:
Jonas Kvinge 2024-04-23 02:44:36 +02:00
parent 36e809d530
commit 0ad4889936
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class PlaylistSequence : public QWidget {
bool loading_;
RepeatMode repeat_mode_;
ShuffleMode shuffle_mode_;
bool dynamic_;
};
#endif // PLAYLISTSEQUENCE_H