X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d55bfef2cb35ac07972e76c786d265c9b35d230..3d8662ab0f0ff20a2548474ad92e92bf96c8cded:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 022fb64857..5192df40db 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -428,18 +428,6 @@ private: }; -// ---------------------------------------------------------------------------- -// the native wxConfigBase implementation -// ---------------------------------------------------------------------------- - -// under Windows we prefer to use the native implementation -// wxIniConfig isn't native anywhere after droping win16 in wxWidgets 2.6 -#if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE - #define wxConfig wxRegConfig -#else // either we're under Unix or wish to use files even under Windows - #define wxConfig wxFileConfig -#endif - #endif // wxUSE_CONFIG /*