summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/simplewidgets.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-05-27 19:03:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-27 13:55:08 -0700
commit330b300f220a78cb71e30b898f43c19f41961c8b (patch)
treed1a9ed44e04765a9049b615aa7649ca0b5a7108b /desktop-widgets/simplewidgets.h
parent26903256232809a6566bfe0c42d637deb883b078 (diff)
downloadsubsurface-330b300f220a78cb71e30b898f43c19f41961c8b.tar.gz
cleanup: unglobalize grayImage()
This function was globalized in be462ae1a6 to be used for the calender widget, but that never came to be. Therefore, for now unglobalize it until it is needed. That said, there probably is a helper function to turn pictures into gray-scale. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/simplewidgets.h')
-rw-r--r--desktop-widgets/simplewidgets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/simplewidgets.h b/desktop-widgets/simplewidgets.h
index ed364e75f..706b46818 100644
--- a/desktop-widgets/simplewidgets.h
+++ b/desktop-widgets/simplewidgets.h
@@ -161,6 +161,5 @@ private:
};
bool isGnome3Session();
-QImage grayImage(const QImage &coloredImg);
#endif // SIMPLEWIDGETS_H