diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 17:24:48 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 17:24:48 +0000 | 
| commit | 2af3c3a7ddc43577c067892cdfdc06dc4e63386c (patch) | |
| tree | 6ed975fdc985e2d4c55e97f58b2d7ef124485b98 /hcid/dbus-error.c | |
| parent | e3dede624b3f622fdb176b140e057f98cf26ca2b (diff) | |
Remove service daemon activation handling
Diffstat (limited to 'hcid/dbus-error.c')
| -rw-r--r-- | hcid/dbus-error.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c index 66fb2490..20a55c5c 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -170,12 +170,6 @@ DBusHandlerResult error_disconnect_in_progress(DBusConnection *conn, DBusMessage  	return error_in_progress(conn, msg, "Disconnection in progress");  } -DBusHandlerResult error_service_start_in_progress(DBusConnection *conn, -							DBusMessage *msg) -{ -	return error_in_progress(conn, msg, "Service start in progress"); -} -  static const char *strsdperror(int err)  {  	switch (err) { | 
