Remove comment that may suggest to use wxConfig instead

of wxFileConfig since on windows it would mean using
wxRegConfig and we don't want that.
This commit is contained in:
riccardom 2010-06-23 15:50:21 +00:00
parent a81c816841
commit d58743fd37
1 changed files with 0 additions and 1 deletions

View File

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