зеркало из https://github.com/mono/hal-sharp.git
More sanity cleanups
svn path=/trunk/hal-sharp/; revision=53252
This commit is contained in:
Родитель
d71b61219b
Коммит
7b658350b7
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче