mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove ProfileWidget::setPrintMode()
The print mode is passed on construction, not retroactively. This function thus became unused. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
51dc5113c2
commit
4fb2cc8267
2 changed files with 0 additions and 15 deletions
|
|
@ -51,7 +51,6 @@ public:
|
|||
void setProfileState(const struct dive *d, int dc);
|
||||
void setPlanState(const struct dive *d, int dc);
|
||||
void setEditState(const struct dive *d, int dc);
|
||||
void setPrintMode(bool grayscale = false);
|
||||
bool isPlanner() const;
|
||||
void clear();
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue