Removed relic empty if

This commit is contained in:
Lorenzo Marcantonio 2014-03-29 18:34:13 +01:00
parent 6d0c5555ea
commit 121494d3d9
1 changed files with 1 additions and 6 deletions

View File

@ -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();