Remove wxPM, wxWidgets port to OS/2.
This port is not used and is not being worked on, so remove it to reduce the amount of the code which needs to be updated for every global change. Also remove tests for VisualAge compiler which isn't used since ages. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -159,7 +159,7 @@ enum wxStockCursor
|
||||
// macros
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
#if defined(__WINDOWS__) || defined(__WXPM__)
|
||||
#if defined(__WINDOWS__)
|
||||
#define wxHAS_IMAGES_IN_RESOURCES
|
||||
#endif
|
||||
|
||||
@@ -176,9 +176,6 @@ enum wxStockCursor
|
||||
#ifdef __WINDOWS__
|
||||
// Load from a resource
|
||||
#define wxICON(X) wxIcon(wxT(#X))
|
||||
#elif defined(__WXPM__)
|
||||
// Load from a resource
|
||||
#define wxICON(X) wxIcon(wxT(#X))
|
||||
#elif defined(__WXDFB__)
|
||||
// Initialize from an included XPM
|
||||
#define wxICON(X) wxIcon( X##_xpm )
|
||||
@@ -203,7 +200,7 @@ enum wxStockCursor
|
||||
under Unix bitmaps live in XPMs and under Windows they're in ressources.
|
||||
*/
|
||||
|
||||
#if defined(__WINDOWS__) || defined(__WXPM__)
|
||||
#if defined(__WINDOWS__)
|
||||
#define wxBITMAP(name) wxBitmap(wxT(#name), wxBITMAP_TYPE_BMP_RESOURCE)
|
||||
#elif defined(__WXGTK__) || \
|
||||
defined(__WXMOTIF__) || \
|
||||
@@ -889,12 +886,6 @@ public:
|
||||
// add a new colour to the database
|
||||
void AddColour(const wxString& name, const wxColour& colour);
|
||||
|
||||
#ifdef __WXPM__
|
||||
// PM keeps its own type of colour table
|
||||
long* m_palTable;
|
||||
size_t m_nSize;
|
||||
#endif
|
||||
|
||||
private:
|
||||
// load the database with the built in colour values when called for the
|
||||
// first time, do nothing after this
|
||||
|
Reference in New Issue
Block a user