[mono/monodevelop] 9a3ec099: Revert "[Ide] Added base class for implementing xwt pads."

Mike Krüger ([email protected]) <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141cab30a01-9bc7e9a3-bf8d-4f11-9e2d-d7c1fc05d4f4-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/0eba7a1f1f8b...9a3ec099158c

   Commit: 9a3ec099158cbce0be6351b7ec19463751ba9b24
   Author: Mike Krüger <[email protected]> (mkrueger)
     Date: 2013-10-18 08:32:00 GMT
      URL: https://github.com/mono/monodevelop/commit/9a3ec099158cbce0be6351b7ec19463751ba9b24

Revert "[Ide] Added base class for implementing xwt pads."

This reverts commit 0eba7a1f1f8b3b2d8521c1dc9f09102a3de7550e.

Changed paths:
  M main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/AbstractPadContent.cs
  M main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/AbstractViewContent.cs

Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/AbstractPadContent.cs
===================================================================
@@ -29,7 +29,6 @@
 using System.Collections.Generic;
 using System.Text;
 using MonoDevelop.Core;
-using Xwt;
 
 namespace MonoDevelop.Ide.Gui
 {
@@ -90,18 +89,4 @@ public virtual void Dispose ()
 
 		#endregion
 	}
-
-	public abstract class AbstractXwtPadContent : AbstractPadContent
-	{
-		public sealed override Gtk.Widget Control {
-			get {
-				return (Gtk.Widget)Toolkit.CurrentEngine.GetNativeWidget (Widget);
-			}
-		}
-
-		public abstract Xwt.Widget Widget {
-			get;
-		}
-	}
-
 }

Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/AbstractViewContent.cs
===================================================================
@@ -155,7 +155,7 @@ public virtual void OnContentNameChanged (EventArgs e)
 
 	public abstract class AbstractXwtViewContent :AbstractViewContent
 	{
-		public sealed override Gtk.Widget Control {
+		public override Gtk.Widget Control {
 			get {
 				return (Gtk.Widget)Toolkit.CurrentEngine.GetNativeWidget (Widget);
 			}
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.