removed testing code leftovers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-12-14 10:08:49 +00:00
parent 50bedb7b44
commit 53698f1db2

View File

@ -1914,9 +1914,3 @@ void GridFrame::OnTabularTable(wxCommandEvent&)
new TabularGridFrame;
}
bool GridApp::OnInit()
{
new TabularGridFrame();
return true;
}