fix more Borland release build warnings about unused variable/code without effect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -877,10 +877,6 @@ wxGenericTreeItem::DoCalculateSize(wxGenericTreeCtrl* control,
|
||||
else
|
||||
state_w += MARGIN_BETWEEN_IMAGE_AND_TEXT;
|
||||
}
|
||||
else
|
||||
{
|
||||
state = wxTREE_ITEMSTATE_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
m_height = (image_h > text_h) ? image_h : text_h;
|
||||
|
Reference in New Issue
Block a user