Also remove wxImageList::Replace(wxIcon) overload from wxOSX

This one is harmless, unless Add() overload removed by the previous
commit, but still unnecessary.
This commit is contained in:
Vadim Zeitlin
2018-10-30 02:05:52 +01:00
parent 3ab2bfd62a
commit a2a3518b71
2 changed files with 0 additions and 26 deletions

View File

@@ -37,7 +37,6 @@ public:
int Add( const wxBitmap& bitmap, const wxColour& maskColour );
wxBitmap GetBitmap(int index) const;
wxIcon GetIcon(int index) const;
bool Replace( int index, const wxIcon &bitmap );
bool Replace( int index, const wxBitmap &bitmap );
bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
bool Remove( int index );