From 7b658350b7192ac5c3f26b7dc0efd8b6b6e32d12 Mon Sep 17 00:00:00 2001 From: Aaron Bockover Date: Fri, 18 Nov 2005 21:32:35 +0000 Subject: [PATCH] More sanity cleanups svn path=/trunk/hal-sharp/; revision=53252 --- src/HalContext.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/HalContext.cs b/src/HalContext.cs index 9701b4d..ef140ad 100644 --- a/src/HalContext.cs +++ b/src/HalContext.cs @@ -41,7 +41,6 @@ namespace Hal public Context() : this(DbusBusType.System) { - } protected Context(IntPtr dbus_conn) @@ -60,11 +59,6 @@ namespace Hal Initialize(); } - public Context(DbusBusType type, bool initialize) : this(type) - { - Initialize(); - } - public void Dispose() { ContextShutdown();