Remove checks for wxNEEDS_CHARPP
wxNEEDS_CHARPP was needed only for now unsupported GCC versions.
This commit is contained in:
parent
a7df23d43c
commit
6fbacb20d8
9 changed files with 0 additions and 49 deletions
|
|
@ -23,9 +23,6 @@ public:
|
|||
wxIcon();
|
||||
|
||||
wxIcon(const char* const* bits);
|
||||
#ifdef wxNEEDS_CHARPP
|
||||
wxIcon(char **bits);
|
||||
#endif
|
||||
|
||||
// For compatibility with wxMSW where desired size is sometimes required to
|
||||
// distinguish between multiple icons in a resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue