mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove Printer::dpi member variable
This variable is not used outside a single function, where it is reset every time the function runs. This can be realized by a function-local variable just as well. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7944978274
commit
cfc87e9da3
2 changed files with 2 additions and 4 deletions
|
@ -29,7 +29,6 @@ private:
|
|||
PrintMode printMode;
|
||||
bool inPlanner;
|
||||
int done;
|
||||
int dpi;
|
||||
void render(int Pages);
|
||||
void flowRender();
|
||||
void putProfileImage(const QRect &box, const QRect &viewPort, QPainter *painter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue