implemented OS/2's wxSystemSettingsNative
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,11 +165,6 @@ public:
|
|||||||
// include the declaration of the real platform-dependent class
|
// 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
|
class wxSystemSettings : public wxSystemSettingsNative
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -181,8 +176,6 @@ public:
|
|||||||
#endif // __WXUNIVERSAL__
|
#endif // __WXUNIVERSAL__
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ! __WXPM__
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_SETTINGS_H_BASE_
|
// _WX_SETTINGS_H_BASE_
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user