diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/hal-libhal.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hal-libhal.c b/common/hal-libhal.c index cf8ece1f..3787e73d 100644 --- a/common/hal-libhal.c +++ b/common/hal-libhal.c @@ -57,8 +57,6 @@ int hal_init(DBusConnection *conn)  	if (!hal_ctx)  		return -ENOMEM; -	conn = init_dbus(NULL, NULL, NULL); -  	dbus_connection_add_filter(conn, filter_function, NULL, NULL);  	if (libhal_ctx_set_dbus_connection(hal_ctx, conn) == FALSE) {  | 
