]> git.saurik.com Git - wxWidgets.git/commitdiff
implemented OS/2's wxSystemSettingsNative
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 7 Jan 2002 16:44:45 +0000 (16:44 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 7 Jan 2002 16:44:45 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/settings.h

index 00deb9977cddb3075f76117ba847366b84261db3..b4c0d8598ea6cb0c6f2f3ec70ba0238d2f5d0635 100644 (file)
@@ -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_