mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove ProfileWidget2::getFontPrintScale()
The last user was removed recently. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2caea1cd56
commit
f05cd702b5
2 changed files with 0 additions and 9 deletions
|
@ -1543,14 +1543,6 @@ void ProfileWidget2::setPrintMode(bool mode, bool grayscale)
|
|||
#endif
|
||||
}
|
||||
|
||||
double ProfileWidget2::getFontPrintScale() const
|
||||
{
|
||||
if (printMode)
|
||||
return fontPrintScale;
|
||||
else
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
void ProfileWidget2::editName(DiveEventItem *item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue