-void wxToolBar95::GetSize(int *w, int *h) const
-{
- wxWindow::GetSize(w, h);
- // For some reason, the returned height is several pixels bigger than that
- // displayed!
- // Taking this fudge factor out now, it seems fine without it.
-// *h -= 2;
-}
-