Remove checks for wxNEEDS_CHARPP
wxNEEDS_CHARPP was needed only for now unsupported GCC versions.
This commit is contained in:
@@ -24,9 +24,6 @@ public:
|
||||
|
||||
// Initialize with XPM data
|
||||
wxIcon(const char* const* data);
|
||||
#ifdef wxNEEDS_CHARPP
|
||||
wxIcon(char **data);
|
||||
#endif
|
||||
|
||||
wxIcon(const wxString& name, wxBitmapType type = wxICON_DEFAULT_TYPE,
|
||||
int desiredWidth = -1, int desiredHeight = -1)
|
||||
|
Reference in New Issue
Block a user