Reverted mistaken check-in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-18 01:52:55 +00:00
parent f460c29d59
commit 152e88789d
3 changed files with 16 additions and 21 deletions

View File

@@ -679,10 +679,6 @@ void MyFrame::OnToolLeftClick(wxCommandEvent& event)
{
DoDeletePrint();
}
if (event.GetId() == IDM_TOOLBAR_OTHER_1)
{
m_tbar->Realize();
}
}
void MyFrame::OnToolRightClick(wxCommandEvent& event)