diff --git a/desmume/src/wx/wxMain.cpp b/desmume/src/wx/wxMain.cpp index d9d07dd92..d487b15f1 100644 --- a/desmume/src/wx/wxMain.cpp +++ b/desmume/src/wx/wxMain.cpp @@ -625,7 +625,6 @@ bool Desmume::OnInit() #endif SetAppName(_T("desmume")); - //comment for devs: or you may use wxConfig instead of wxFileConfig, so it will be wxRegConfig on MSW and wxFileConfig on other platforms wxConfigBase *pConfig = new wxFileConfig(); wxConfigBase::Set(pConfig); wxString emu_version(EMU_DESMUME_NAME_AND_VERSION(), wxConvUTF8);