]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted last (accidental) change
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Oct 2005 12:53:25 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Oct 2005 12:53:25 +0000 (12:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

index 394c1242b51897442fabe123a82af43f704bdf51..7187ed46c6cbf2c5ec807645e64a04384812878f 100644 (file)
@@ -162,13 +162,6 @@ MyFrame::MyFrame(const wxString& title)
     SetMenuBar(menuBar);
 #endif // wxUSE_MENUS
 
-    wxPanel *p = new wxPanel(this);
-    new wxStaticText(p, -1, _T("Foo"), wxPoint(10, 10));
-    wxStaticText *text = new wxStaticText(p, -1, _T("This is a very, very, extremely and even more than you could have thought it long string"), wxPoint(10, 40));
-    text->Wrap(150);
-
-    (new wxTextCtrl(p, -1, _T("Hi"), wxPoint(10, 70)))->SetEditable(false);
-
 #if wxUSE_STATUSBAR
     // create a status bar just for fun (by default with 1 pane only)
     CreateStatusBar(2);