diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-10-15 12:54:20 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:24:27 -0700 |
commit | 2ec6303f50ee2811aa0504372ddd61227157572b (patch) | |
tree | 0dcd6b160402b1c0326aa8c938eeeb14cd83e3f5 /qt-ui/printlayout.h | |
parent | 2b98d28980c9c5a45de2d9c7cb7ac65e1380c084 (diff) | |
download | subsurface-2ec6303f50ee2811aa0504372ddd61227157572b.tar.gz |
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>
Diffstat (limited to 'qt-ui/printlayout.h')
-rw-r--r-- | qt-ui/printlayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/printlayout.h b/qt-ui/printlayout.h index a1f348664..1ed19e271 100644 --- a/qt-ui/printlayout.h +++ b/qt-ui/printlayout.h @@ -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 |