From: Vadim Zeitlin Date: Wed, 15 Sep 1999 15:22:48 +0000 (+0000) Subject: removed some unneeded bit of test code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93840b31b96ebfb2c767c6a24e981d0e19dd73f0 removed some unneeded bit of test code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/minimal.cpp b/samples/minimal/minimal.cpp index 4dcb4bf9df..93536a6b4d 100644 --- a/samples/minimal/minimal.cpp +++ b/samples/minimal/minimal.cpp @@ -159,9 +159,6 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) // ... and attach this menu bar to the frame SetMenuBar(menuBar); - (void)new wxTextCtrl(this, -1, "Hi!", wxPoint(20, 20), - wxSize(100, 30)); - #if wxUSE_STATUSBAR // create a status bar just for fun (by default with 1 pane only) CreateStatusBar(2);