Removed relic empty if
This commit is contained in:
parent
6d0c5555ea
commit
121494d3d9
|
@ -406,12 +406,7 @@ bool PGM_BASE::initPgm()
|
||||||
|
|
||||||
loadCommonSettings();
|
loadCommonSettings();
|
||||||
|
|
||||||
|
SetLanguage( true );
|
||||||
bool succes = SetLanguage( true );
|
|
||||||
|
|
||||||
if( !succes )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// Set locale option for separator used in float numbers
|
// Set locale option for separator used in float numbers
|
||||||
SetLocaleTo_Default();
|
SetLocaleTo_Default();
|
||||||
|
|
Loading…
Reference in New Issue