Author: benm
Date: 2005-08-18 18:01:09 -0400 (Thu, 18 Aug 2005)
New Revision: 48522

Modified:
   trunk/msdn-browse/main.cs
Log:
this line isn't needed any more

Modified: trunk/msdn-browse/main.cs
===================================================================
--- trunk/msdn-browse/main.cs   2005-08-18 20:32:55 UTC (rev 48521)
+++ trunk/msdn-browse/main.cs   2005-08-18 22:01:09 UTC (rev 48522)
@@ -67,8 +67,6 @@
                Tree t = MsdnClient.OpenTree 
("/library/en-us/toc/msdnlib/top.xml");
                
                foreach (TreeNode n in t.Children) {
-                       t.RemoveChild (n);
-       
                        Store.AddNode (n);
                        n.EnsureNoFakeLeafs ();
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to