From e23af7f0e93d7d379f5b400ae686bb2100a83225 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 16 Oct 2013 17:23:29 +0000 Subject: [PATCH] remove GetMaskBitmap() declaration, should have been part of r73409 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/bitmap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/gtk/bitmap.h b/include/wx/gtk/bitmap.h index 42e2d4d4d3..d035f2c2c1 100644 --- a/include/wx/gtk/bitmap.h +++ b/include/wx/gtk/bitmap.h @@ -103,7 +103,6 @@ public: wxMask *GetMask() const; void SetMask( wxMask *mask ); - wxBitmap GetMaskBitmap() const; wxBitmap GetSubBitmap( const wxRect& rect ) const;