From 17483066d2fb8c6381ec90265f2f3b2d4fb1f88a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 7 Apr 2002 23:05:49 +0000 Subject: [PATCH] cleaning up the mess created by the FloodFill patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 10 ---------- 1 file changed, 10 deletions(-) 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) -- 2.45.2