diff options
Diffstat (limited to 'src/device.c')
| -rw-r--r-- | src/device.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/src/device.c b/src/device.c index f8c5a3fd..20f46efc 100644 --- a/src/device.c +++ b/src/device.c @@ -1071,14 +1071,6 @@ proceed:  	/* Store the device's profiles in the filesystem */  	store_profiles(device); -	g_dbus_emit_signal(req->conn, adapter_get_path(device->adapter), -				ADAPTER_INTERFACE, "DeviceCreated", -				DBUS_TYPE_OBJECT_PATH, &device->path, -				DBUS_TYPE_INVALID); - -	/* Update device list */ -	adapter_update_devices(device->adapter); -  	if (!req->msg)  		goto cleanup; | 
