From f9e507946d044a0578bff7f9d65249b0a3df6cee Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 7 Jan 2002 16:44:45 +0000 Subject: [PATCH] implemented OS/2's wxSystemSettingsNative git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/settings.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/wx/settings.h b/include/wx/settings.h index 00deb9977c..b4c0d8598e 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -165,11 +165,6 @@ public: // include the declaration of the real platform-dependent class // ---------------------------------------------------------------------------- -// TODO: this should go away once wxOS2 has been updated to use wxSSNative -#if defined(__WXPM__) - #include "wx/os2/settings.h" -#else - class wxSystemSettings : public wxSystemSettingsNative { public: @@ -181,8 +176,6 @@ public: #endif // __WXUNIVERSAL__ }; -#endif // ! __WXPM__ - #endif // _WX_SETTINGS_H_BASE_