From: George Tasker Date: Sat, 21 Apr 2001 18:02:07 +0000 (+0000) Subject: Removed a duplicate "ADD_STYLE(wxLC_REPORT);" line X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97af1189987bcd4ef88f74686386db8d44495b33?ds=inline Removed a duplicate "ADD_STYLE(wxLC_REPORT);" line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/xml/xh_listc.cpp b/contrib/src/xml/xh_listc.cpp index 1696ea425a..aa0372661a 100644 --- a/contrib/src/xml/xh_listc.cpp +++ b/contrib/src/xml/xh_listc.cpp @@ -29,7 +29,6 @@ wxListCtrlXmlHandler::wxListCtrlXmlHandler() { ADD_STYLE(wxLC_LIST); ADD_STYLE(wxLC_REPORT); - ADD_STYLE(wxLC_REPORT); ADD_STYLE(wxLC_ICON); ADD_STYLE(wxLC_SMALL_ICON); ADD_STYLE(wxLC_ALIGN_TOP);