removing unneeded method, closes #11073
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
wxCursor();
|
||||
|
||||
wxCursor(const wxImage & image) ;
|
||||
wxCursor(const char* const* bits);
|
||||
wxCursor(const wxString& name,
|
||||
wxBitmapType type = wxCURSOR_DEFAULT_TYPE,
|
||||
int hotSpotX = 0, int hotSpotY = 0);
|
||||
|
@@ -281,11 +281,6 @@ wxCursor::wxCursor( const wxImage &image )
|
||||
#endif
|
||||
}
|
||||
|
||||
wxCursor::wxCursor(const char* const* bits)
|
||||
{
|
||||
(void) CreateFromXpm(bits);
|
||||
}
|
||||
|
||||
wxGDIRefData *wxCursor::CreateGDIRefData() const
|
||||
{
|
||||
return new wxCursorRefData;
|
||||
|
Reference in New Issue
Block a user