Remove declarations of two non-existent functions in wxMSW wxListCtrl.
wxGetInternalData() were left overs from old versions of the code and don't exist any more. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -224,11 +224,6 @@ public:
|
|||||||
wxDECLARE_NO_COPY_CLASS(wxMSWListItemData);
|
wxDECLARE_NO_COPY_CLASS(wxMSWListItemData);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get the internal data structure
|
|
||||||
static wxMSWListItemData *wxGetInternalData(HWND hwnd, long itemId);
|
|
||||||
static wxMSWListItemData *wxGetInternalData(const wxListCtrl *ctl, long itemId);
|
|
||||||
|
|
||||||
|
|
||||||
#if wxUSE_EXTENDED_RTTI
|
#if wxUSE_EXTENDED_RTTI
|
||||||
WX_DEFINE_FLAGS( wxListCtrlStyle )
|
WX_DEFINE_FLAGS( wxListCtrlStyle )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user