diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-06-12 10:22:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-06-12 10:22:24 +0000 |
| commit | 9ee06c3596bd8c5a25aaca7d0faacb8af58cf09b (patch) | |
| tree | 4d5153d8e9f2b095742403b78496a7ce1e752185 | |
| parent | 5af9af9829605d68195cdb9b278ef39d1e0f0f18 (diff) | |
| download | qmmp-9ee06c3596bd8c5a25aaca7d0faacb8af58cf09b.tar.gz qmmp-9ee06c3596bd8c5a25aaca7d0faacb8af58cf09b.tar.bz2 qmmp-9ee06c3596bd8c5a25aaca7d0faacb8af58cf09b.zip | |
removed useless variable
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7223 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/fileinfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmp/fileinfo.h b/src/qmmp/fileinfo.h index aa1402d05..e795b7745 100644 --- a/src/qmmp/fileinfo.h +++ b/src/qmmp/fileinfo.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -101,7 +101,6 @@ private: QMap <Qmmp::MetaData, QString> m_metaData; qint64 m_length; QString m_path; - QList<QMap<int, int> > map; }; #endif |
