]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/treelay/treelay.cpp
remove unfinished sample for release
[wxWidgets.git] / contrib / samples / deprecated / treelay / treelay.cpp
index e201dd2382bcf743c9579e194e5db8f04e6861b3..a4f00f7782ea254fb7b43c575629805cf865cd53 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        treelay.cpp
 // Purpose:     wxTreeLayout sample
 // Author:      Julian Smart
-// Modified by: 
+// Modified by:
 // Created:     7/4/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Julian Smart
@@ -109,7 +109,7 @@ int MyApp::OnExit()
 void MyApp::TreeTest(wxTreeLayoutStored& tree, wxDC& dc)
 {
   tree.Initialize(200);
-  
+
   tree.AddChild(_T("animal"));
   tree.AddChild(_T("mammal"), _T("animal"));
   tree.AddChild(_T("insect"), _T("animal"));