diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-04-09 22:19:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-04-10 14:15:35 -0700 |
commit | 8c72ac6b9b00778e03dd60fe30bf4ba53d87ab55 (patch) | |
tree | f78894db279d1d985722e58109ec244c0ceb3336 /profile-widget/profilewidget2.h | |
parent | 4daf6878768fabb2db15fae4e202aacc47676dee (diff) | |
download | subsurface-8c72ac6b9b00778e03dd60fe30bf4ba53d87ab55.tar.gz |
profile: remove force parameter from ProfileWidget2::plotDive()
The last user was removed in 2789bb05b133a7cf54081d58d4f5c51c8977e951.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index c45bbc611..1b7fcb7c8 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -80,7 +80,7 @@ public: ~ProfileWidget2(); void resetZoom(); void scale(qreal sx, qreal sy); - void plotDive(const struct dive *d, int dc, bool force = false, bool clearPictures = false, bool instant = false); + void plotDive(const struct dive *d, int dc, bool clearPictures = false, bool instant = false); void setProfileState(const struct dive *d, int dc); void setPlanState(const struct dive *d, int dc); void setAddState(const struct dive *d, int dc); |