Remove checks for wxNEEDS_CHARPP
wxNEEDS_CHARPP was needed only for now unsupported GCC versions.
This commit is contained in:
@@ -25,13 +25,6 @@ wxIcon::wxIcon(const char* const* bits) :
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef wxNEEDS_CHARPP
|
||||
wxIcon::wxIcon(char **bits) :
|
||||
wxBitmap( bits )
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
wxIcon::wxIcon() : wxBitmap()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user