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