]> git.saurik.com Git - wxWidgets.git/commitdiff
removed testing code leftovers
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Dec 2008 10:08:49 +0000 (10:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Dec 2008 10:08:49 +0000 (10:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/grid/griddemo.cpp

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