mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clean up more unused variables
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5bf0e48700
commit
d7d8660bbb
6 changed files with 46 additions and 5 deletions
|
@ -8,7 +8,16 @@
|
|||
|
||||
#include "metrics.h"
|
||||
|
||||
static IconMetrics dfltIconMetrics = { -1 };
|
||||
static IconMetrics dfltIconMetrics;
|
||||
|
||||
IconMetrics::IconMetrics() :
|
||||
sz_small(-1),
|
||||
sz_med(-1),
|
||||
sz_big(-1),
|
||||
sz_pic(-1),
|
||||
spacing(-1)
|
||||
{
|
||||
}
|
||||
|
||||
QFont defaultModelFont()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue