All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Cleanup: remove unused structure
@ 2011-04-20 13:17 Claudio Takahasi
  2011-04-20 13:17 ` [PATCH] Cleanup: remove header declared but not defined Claudio Takahasi
  2011-04-20 16:39 ` [PATCH] Cleanup: remove unused structure Johan Hedberg
  0 siblings, 2 replies; 4+ messages in thread
From: Claudio Takahasi @ 2011-04-20 13:17 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 src/adapter.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/adapter.c b/src/adapter.c
index dbc2c93..5ee6d7f 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -1320,11 +1320,6 @@ static DBusMessage *adapter_stop_discovery(DBusConnection *conn,
 	return dbus_message_new_method_return(msg);
 }
 
-struct remote_device_list_t {
-	GSList *list;
-	time_t time;
-};
-
 static DBusMessage *get_properties(DBusConnection *conn,
 					DBusMessage *msg, void *data)
 {
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Cleanup: remove header declared but not defined
  2011-04-20 13:17 [PATCH] Cleanup: remove unused structure Claudio Takahasi
@ 2011-04-20 13:17 ` Claudio Takahasi
  2011-04-20 16:40   ` Johan Hedberg
  2011-04-20 16:39 ` [PATCH] Cleanup: remove unused structure Johan Hedberg
  1 sibling, 1 reply; 4+ messages in thread
From: Claudio Takahasi @ 2011-04-20 13:17 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 src/device.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/device.h b/src/device.h
index 370382d..d59b8eb 100644
--- a/src/device.h
+++ b/src/device.h
@@ -71,11 +71,7 @@ gboolean device_is_paired(struct btd_device *device);
 gboolean device_is_trusted(struct btd_device *device);
 void device_set_paired(struct btd_device *device, gboolean paired);
 void device_set_temporary(struct btd_device *device, gboolean temporary);
-void device_set_cap(struct btd_device *device, uint8_t cap);
 void device_set_type(struct btd_device *device, device_type_t type);
-uint8_t device_get_cap(struct btd_device *device);
-void device_set_auth(struct btd_device *device, uint8_t auth);
-uint8_t device_get_auth(struct btd_device *device);
 gboolean device_is_connected(struct btd_device *device);
 DBusMessage *device_create_bonding(struct btd_device *device,
 				DBusConnection *conn, DBusMessage *msg,
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Cleanup: remove unused structure
  2011-04-20 13:17 [PATCH] Cleanup: remove unused structure Claudio Takahasi
  2011-04-20 13:17 ` [PATCH] Cleanup: remove header declared but not defined Claudio Takahasi
@ 2011-04-20 16:39 ` Johan Hedberg
  1 sibling, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2011-04-20 16:39 UTC (permalink / raw)
  To: Claudio Takahasi; +Cc: linux-bluetooth

Hi Claudio,

On Wed, Apr 20, 2011, Claudio Takahasi wrote:
> ---
>  src/adapter.c |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)

Pushed upstream. Thanks.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Cleanup: remove header declared but not defined
  2011-04-20 13:17 ` [PATCH] Cleanup: remove header declared but not defined Claudio Takahasi
@ 2011-04-20 16:40   ` Johan Hedberg
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2011-04-20 16:40 UTC (permalink / raw)
  To: Claudio Takahasi; +Cc: linux-bluetooth

Hi Claudio,

On Wed, Apr 20, 2011, Claudio Takahasi wrote:
> ---
>  src/device.h |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)

This one has also been pushed, thanks.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-20 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-20 13:17 [PATCH] Cleanup: remove unused structure Claudio Takahasi
2011-04-20 13:17 ` [PATCH] Cleanup: remove header declared but not defined Claudio Takahasi
2011-04-20 16:40   ` Johan Hedberg
2011-04-20 16:39 ` [PATCH] Cleanup: remove unused structure Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.