From: Robin Dunn Date: Fri, 12 Jan 2007 18:39:04 +0000 (+0000) Subject: removed bogus ImageList property X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/da88bc1a188ea03b885e043c3f1aa50a4d7b67df removed bogus ImageList property git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_listctrl.i b/wxPython/src/_listctrl.i index 262ddbc462..2c5e865413 100644 --- a/wxPython/src/_listctrl.i +++ b/wxPython/src/_listctrl.i @@ -863,7 +863,6 @@ any.", "", %property(CountPerPage, GetCountPerPage, doc="See `GetCountPerPage`"); %property(EditControl, GetEditControl, doc="See `GetEditControl`"); %property(FocusedItem, GetFocusedItem, doc="See `GetFocusedItem`"); - %property(ImageList, GetImageList, SetImageList, doc="See `GetImageList` and `SetImageList`"); %property(ItemCount, GetItemCount, SetItemCount, doc="See `GetItemCount` and `SetItemCount`"); %property(MainWindow, GetMainWindow, doc="See `GetMainWindow`"); %property(SelectedItemCount, GetSelectedItemCount, doc="See `GetSelectedItemCount`");