Browse Source

Removed relic empty if

pull/1/head
Lorenzo Marcantonio 12 years ago
parent
commit
121494d3d9
  1. 7
      common/pgm_base.cpp

7
common/pgm_base.cpp

@ -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…
Cancel
Save