Remove unused colorIndexed member.

As all the indexed colors will be converted to rgb in the library when
reads an existing .xlsx file.

When write a .xlsx file, we never write indexed color.
This commit is contained in:
Debao Zhang
2013-11-04 10:58:17 +08:00
parent 7e3e463983
commit af4de1afdb
3 changed files with 0 additions and 9 deletions
-1
View File
@@ -253,7 +253,6 @@ private:
void setDxfIndex(int index);
int theme() const;
int colorIndexed() const;
FormatPrivate * const d_ptr;
};