Remove Palm OS port.
The platform targeted by this port doesn't exist any more and the port never achieved really working state so remove the code to avoid having to maintain it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -181,8 +181,7 @@ protected:
|
||||
// some ports implement a generic Combine() function while others only
|
||||
// implement individual wxRegion operations, factor out the common code for the
|
||||
// ports with Combine() in this class
|
||||
#if defined(__WXPALMOS__) || \
|
||||
defined(__WXMSW__) || \
|
||||
#if defined(__WXMSW__) || \
|
||||
( defined(__WXMAC__) && wxOSX_USE_COCOA_OR_CARBON ) || \
|
||||
defined(__WXPM__)
|
||||
|
||||
@@ -213,9 +212,7 @@ protected:
|
||||
|
||||
#endif // ports with wxRegion::Combine()
|
||||
|
||||
#if defined(__WXPALMOS__)
|
||||
#include "wx/palmos/region.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/region.h"
|
||||
#elif defined(__WXGTK20__)
|
||||
#include "wx/gtk/region.h"
|
||||
|
Reference in New Issue
Block a user