]> git.saurik.com Git - wxWidgets.git/commitdiff
removed test code
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Mar 2000 01:05:20 +0000 (01:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Mar 2000 01:05:20 +0000 (01:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/controls/controls.cpp

index d6bfc31f3de7d1187a9f9f4ce7584498e2808280..7255bc38bc11e3cb3dbebb02b79bc966f09bb4df 100644 (file)
@@ -1232,11 +1232,6 @@ void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
 {
     wxBusyCursor bc;
 
-#if 1 // VZ: my temp test code, will remove
-    wxGetTextFromUser("msg", "caption", "val", this);
-    return;
-#endif // 0
-
     wxMessageDialog dialog(this, "This is a control sample", "About Controls", wxOK );
     dialog.ShowModal();
 }