]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed a duplicate "ADD_STYLE(wxLC_REPORT);" line
authorGeorge Tasker <gtasker@allenbrook.com>
Sat, 21 Apr 2001 18:02:07 +0000 (18:02 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sat, 21 Apr 2001 18:02:07 +0000 (18:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/xml/xh_listc.cpp

index 1696ea425a27bf565114dbfc2709e357b2e40abf..aa0372661ab444744df3fd153bb7c6439302c389 100644 (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);