From 240d85037010e5ee624cea239914695df2406481 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 21 Jul 1998 13:41:40 +0000 Subject: [PATCH] fixed duplicate definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/listctrl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index ccd8b5c78a..39f7c11319 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -159,14 +159,6 @@ enum { wxLIST_FIND_RIGHT }; -// Flag values for Set/GetImageList -enum { - wxIMAGE_LIST_NORMAL, // Normal icons - wxIMAGE_LIST_SMALL, // Small icons - wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation) - // not implemented in wxGLC (see non-existing documentation..) -}; - //----------------------------------------------------------------------------- // wxListItem //----------------------------------------------------------------------------- -- 2.50.0