aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-06-04 15:19:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-06-04 08:45:32 -0700
commit4462ae5aee15d21c4dcaa04eac60288d485fe30e (patch)
tree1913571fde63006bd2c554c0f534cb19b632b7fd /profile-widget/profilewidget2.h
parent1ddb55dcad5ee91d4612941eb2eeda9415971b0f (diff)
downloadsubsurface-4462ae5aee15d21c4dcaa04eac60288d485fe30e.tar.gz
profile: remove unused function ProfileWidget2::getPrintMode()
The last user was removed in the previous commit. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r--profile-widget/profilewidget2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h
index b4d60f7a2..460acd259 100644
--- a/profile-widget/profilewidget2.h
+++ b/profile-widget/profilewidget2.h
@@ -85,7 +85,6 @@ public:
void setPlanState(const struct dive *d, int dc);
void setAddState(const struct dive *d, int dc);
void setPrintMode(bool mode, bool grayscale = false);
- bool getPrintMode() const;
bool isPointOutOfBoundaries(const QPointF &point) const;
bool isPlanner() const;
double getFontPrintScale() const;