mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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>
This commit is contained in:
parent
1ddb55dcad
commit
4462ae5aee
2 changed files with 0 additions and 6 deletions
|
@ -1582,11 +1582,6 @@ void ProfileWidget2::changeGas(int tank, int seconds)
|
|||
}
|
||||
#endif
|
||||
|
||||
bool ProfileWidget2::getPrintMode() const
|
||||
{
|
||||
return printMode;
|
||||
}
|
||||
|
||||
void ProfileWidget2::setPrintMode(bool mode, bool grayscale)
|
||||
{
|
||||
printMode = mode;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue