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:
Vadim Zeitlin 2009-08-20 00:44:32 +00:00
parent a0739a9a5e
commit b275d34752

View File

@ -224,11 +224,6 @@ public:
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
WX_DEFINE_FLAGS( wxListCtrlStyle )