Commit 121494d3 authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio
Browse files

Removed relic empty if

parent 6d0c5555
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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();