Remove left-over code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-10-29 20:13:16 +00:00
parent fd52f25525
commit 97805147cf

View File

@ -632,8 +632,4 @@ wxToolBar::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
return GetDefaultAttributesFromGTKWidget(gtk_toolbar_new);
}
bool wxToolBar::IsVertical()
{
return HasFlag(wxTB_LEFT) || HasFlag(wxTB_RIGHT);
}
#endif // wxUSE_TOOLBAR_NATIVE