Remove incorrect change that accidently made it into commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-11-12 05:21:19 +00:00
parent f0ed40adbf
commit efa49f43ed

View File

@@ -860,9 +860,6 @@ bool wxListCtrl::SetColumn(int col, wxListItem& item)
if (mask & wxLIST_MASK_WIDTH)
listItem.SetWidth(item.GetWidth());
}
if (mask & wxLIST_MASK_WIDTH)
SetColumnWidth( col, item.GetWidth() )
// change the appearance in the databrowser.
DataBrowserListViewHeaderDesc columnDesc;