[banshee] Revert "Dap: avoid MissingIntPtrCtorException in DapInfoBar (bgo#722209)"



commit 86bfbfb66fc211221f60d8a5b3e3f1ea33eaf32d
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sat Jan 25 16:58:19 2014 +0100

    Revert "Dap: avoid MissingIntPtrCtorException in DapInfoBar (bgo#722209)"
    
    This reverts commit cdc919bcd61cb8b725ce995e9f9c66e5d80d202e.

 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs 
b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
index 061c0da..ffe035f 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
@@ -50,10 +50,6 @@ namespace Banshee.Dap.Gui
             BuildWidget ();
         }
 
-        protected DapInfoBar (IntPtr handle) : base (handle)
-        {
-        }
-
         protected override void OnDestroyed ()
         {
             base.OnDestroyed ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]