Author: benm
Date: 2005-09-02 23:15:28 -0400 (Fri, 02 Sep 2005)
New Revision: 49388

Modified:
   trunk/msdn-browse/main.cs
Log:
more cleanup

Modified: trunk/msdn-browse/main.cs
===================================================================
--- trunk/msdn-browse/main.cs   2005-09-03 03:12:08 UTC (rev 49387)
+++ trunk/msdn-browse/main.cs   2005-09-03 03:15:28 UTC (rev 49388)
@@ -10,9 +10,7 @@
 
 class MsdnView : Window {
        NodeStore Store;
-       WebControl wc;
-
-
+       
        public MsdnView () : base ("Msdn View")
        {       
                DefaultSize = new Gdk.Size (1024,1024);
@@ -20,7 +18,7 @@
                HPaned hb = new HPaned ();
        
                Store = new NodeStore (typeof (TreeNode));
-               wc = new WebControl ();
+               WebControl wc = new WebControl ();
                ScrolledWindow sw = new ScrolledWindow ();
                NodeView view = new NodeView (Store);   
                view.HeadersVisible = false;

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

Reply via email to