[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
5d05acc87e
commit
3794897699
@@ -123,7 +123,6 @@ QSize Rez::appSize(QSize s)
|
||||
|
||||
double Rez::getParameter()
|
||||
{
|
||||
double rezFactor = Preferences::getPreferenceGroup("Rez")->GetFloat("Resolution", 10.0);
|
||||
return rezFactor;
|
||||
return Preferences::getPreferenceGroup("Rez")->GetFloat("Resolution", 10.0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user