[Measure] Remove unused properties from measure preferences
This commit is contained in:
@@ -64,17 +64,7 @@ App::Color Preferences::defaultTextBackgroundColor()
|
||||
return fcColor;
|
||||
}
|
||||
|
||||
double Preferences::defaultDistFactor()
|
||||
{
|
||||
return getPreferenceGroup("Appearance")->GetFloat("DefaultDistFactor", 1.0);
|
||||
}
|
||||
|
||||
int Preferences::defaultFontSize()
|
||||
{
|
||||
return getPreferenceGroup("Appearance")->GetInt("DefaultFontSize", 18);
|
||||
}
|
||||
|
||||
bool Preferences::defaultMirror()
|
||||
{
|
||||
return getPreferenceGroup("Appearance")->GetBool("DefaultMirror", false);
|
||||
}
|
||||
|
||||
@@ -46,9 +46,7 @@ public:
|
||||
|
||||
static App::Color defaultLineColor();
|
||||
static App::Color defaultTextColor();
|
||||
static double defaultDistFactor();
|
||||
static int defaultFontSize();
|
||||
static bool defaultMirror();
|
||||
static App::Color defaultTextBackgroundColor();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user