From 53698f1db2ee4a0fdfed1ea6d848d69e28114944 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 14 Dec 2008 10:08:49 +0000 Subject: [PATCH] removed testing code leftovers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/grid/griddemo.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/grid/griddemo.cpp b/samples/grid/griddemo.cpp index cff3f3b1fa..3e2e45147b 100644 --- a/samples/grid/griddemo.cpp +++ b/samples/grid/griddemo.cpp @@ -1914,9 +1914,3 @@ void GridFrame::OnTabularTable(wxCommandEvent&) new TabularGridFrame; } -bool GridApp::OnInit() -{ - new TabularGridFrame(); - - return true; -}