From d58743fd379a053629adb2f44619e6a190c12247 Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 23 Jun 2010 15:50:21 +0000 Subject: [PATCH] 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. --- desmume/src/wx/wxMain.cpp | 1 - 1 file changed, 1 deletion(-) 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);