mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove ProfileWidget2::setFontPrintScale()
The font print scale is now set once on construction and this function can therefore be removed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
01983c65c3
commit
2caea1cd56
2 changed files with 0 additions and 8 deletions
|
|
@ -1543,12 +1543,6 @@ void ProfileWidget2::setPrintMode(bool mode, bool grayscale)
|
|||
#endif
|
||||
}
|
||||
|
||||
void ProfileWidget2::setFontPrintScale(double scale)
|
||||
{
|
||||
fontPrintScale = scale;
|
||||
emit fontPrintScaleChanged(scale);
|
||||
}
|
||||
|
||||
double ProfileWidget2::getFontPrintScale() const
|
||||
{
|
||||
if (printMode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue