diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-12 12:05:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-12 10:32:58 -0700 |
commit | a537894553698880f09957fe9b423b280d5df444 (patch) | |
tree | 1241e1d8d592260ee23c7885a460e9eb67a5dec3 /profile-widget/profilewidget2.h | |
parent | 9771c57a54d4f56aadb623b9203d4b7320067273 (diff) | |
download | subsurface-a537894553698880f09957fe9b423b280d5df444.tar.gz |
profile: remove ProfileWidget2::replotEnabled
The last setter was removed in the previous commit. Let's remove this
complexity.
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, 0 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 4f60bf885..43a7f51b6 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -108,7 +108,6 @@ slots: // Necessary to call from QAction's signals. void actionRequestedReplot(bool triggered); void setEmptyState(); void setProfileState(); - void setReplot(bool state); void replot(dive *d = 0); #ifndef SUBSURFACE_MOBILE void plotPictures(); @@ -185,7 +184,6 @@ private: ToolTipItem *toolTipItem; #endif bool isPlotZoomed; - bool replotEnabled; // All those here should probably be merged into one structure, // So it's esyer to replicate for more dives later. // In the meantime, keep it here. |