printlayout.cpp: Remove convertPixmapToGrayscale()

Function is redundant as we should only render the profile
with a custom color table.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-10-15 12:54:20 +03:00 committed by Dirk Hohndel
parent 2b98d28980
commit 2ec6303f50
2 changed files with 0 additions and 16 deletions

View file

@ -39,8 +39,6 @@ private:
void printTable();
void addTablePrintDataRow(TablePrintModel *model, int row, struct dive *dive) const;
void addTablePrintHeadingRow(TablePrintModel *model, int row) const;
QPixmap convertPixmapToGrayscale(QPixmap) const;
};
#endif