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
This commit is contained in:
George Tasker 2001-04-21 18:02:07 +00:00
parent 17f7bb9ed5
commit 97af118998

View File

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