X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68bc8549d81adc1b6f031bdbb03b91a71944197c..9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f:/wxPython/src/image.i diff --git a/wxPython/src/image.i b/wxPython/src/image.i index f3d7dc9294..837336efe8 100644 --- a/wxPython/src/image.i +++ b/wxPython/src/image.i @@ -136,11 +136,11 @@ public: bool SetMaskFromImage(const wxImage & mask, byte mr, byte mg, byte mb); - void DoFloodFill (wxCoord x, wxCoord y, - const wxBrush & fillBrush, - const wxColour& testColour, - int style = wxFLOOD_SURFACE, - int LogicalFunction = wxCOPY /* currently unused */ ) ; +// 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 );