diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-27 19:07:53 -0300 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-28 19:06:20 -0300 | 
| commit | 60377c2d855083c412adf4943225f0abf96ddddd (patch) | |
| tree | 760a000faf31933a2cd04bcc05e332f670868172 | |
| parent | d4982955787817ad17aec6de9308c8f1d7ed0b92 (diff) | |
Manager: removed unused functions
| -rw-r--r-- | src/manager.c | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/src/manager.c b/src/manager.c index 2caaadf7..7dfec606 100644 --- a/src/manager.c +++ b/src/manager.c @@ -32,7 +32,6 @@  #include <unistd.h>  #include <sys/ioctl.h>  #include <sys/socket.h> -#include <sys/stat.h>  #include <bluetooth/bluetooth.h>  #include <bluetooth/hci.h> @@ -100,20 +99,6 @@ static inline DBusMessage *no_such_adapter(DBusMessage *msg)  			"No such adapter");  } -static inline DBusMessage *no_such_service(DBusMessage *msg) -{ -	return g_dbus_create_error(msg, -			ERROR_INTERFACE ".NoSuchService", -			"No such service"); -} - -static inline DBusMessage *failed_strerror(DBusMessage *msg, int err) -{ -	return g_dbus_create_error(msg, -			ERROR_INTERFACE ".Failed", -			strerror(err)); -} -  static int find_by_address(const char *str)  {  	struct hci_dev_list_req *dl; | 
