X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1699cd397f7db0193491c8498608578b43db12b..b5b49e42939fd7ef098241733648b534f71b526c:/include/wx/image.h?ds=inline diff --git a/include/wx/image.h b/include/wx/image.h index 786b76f3a2..7522d06854 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -175,12 +175,6 @@ public: bool SetMaskFromImage(const wxImage & mask, unsigned char mr, unsigned char mg, unsigned char mb); - void DoFloodFill (wxCoord x, wxCoord y, - const wxBrush & fillBrush, - const wxColour& testColour, - int style = wxFLOOD_SURFACE, - int LogicalFunction = wxCOPY /* currently unused */ ) ; - static bool CanRead( const wxString& name ); static int GetImageCount( const wxString& name, long type = wxBITMAP_TYPE_ANY ); virtual bool LoadFile( const wxString& name, long type = wxBITMAP_TYPE_ANY, int index = -1 ); @@ -270,10 +264,6 @@ protected: static wxList sm_handlers; private: - //these two are called by FloodFill - bool MatchPixel(int x, int y, int w, int h, const wxColour & c) ; - bool MatchBoundaryPixel(int x, int y, int w, int h, const wxColour & fill, const wxColour & bound) ; - friend class WXDLLEXPORT wxImageHandler; DECLARE_DYNAMIC_CLASS(wxImage)