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
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 )