From: Vadim Zeitlin Date: Thu, 20 Aug 2009 00:44:32 +0000 (+0000) Subject: Remove declarations of two non-existent functions in wxMSW wxListCtrl. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b275d3475206c844580427cdee231304a162a285 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 --- diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 49204c2a05..93eebf755c 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -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 )