diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 18:49:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 18:49:56 +0000 |
| commit | 2d71ff30445c455492b976c753ef72a9c048d497 (patch) | |
| tree | b74cf2eb4fa2021618c935c39eb45d11c0e08825 /src/qmmpui/playlistgroup.h | |
| parent | 01bb81fdc905c2ec6d4ff97a528453eeda26df5f (diff) | |
| download | qmmp-2d71ff30445c455492b976c753ef72a9c048d497.tar.gz qmmp-2d71ff30445c455492b976c753ef72a9c048d497.tar.bz2 qmmp-2d71ff30445c455492b976c753ef72a9c048d497.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4593 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistgroup.h')
| -rw-r--r-- | src/qmmpui/playlistgroup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qmmpui/playlistgroup.h b/src/qmmpui/playlistgroup.h index 51166d18f..2a9f3be3a 100644 --- a/src/qmmpui/playlistgroup.h +++ b/src/qmmpui/playlistgroup.h @@ -73,8 +73,6 @@ public: bool isGroup() const; private: - int firstIndex; //First index of the group. - int lastIndex; //Last index of the group. QList<PlayListTrack *> trackList; //A list of tracks friend class GroupedContainer; |
