aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmp/fileinfo.h3
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