Linux bluetooth development
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox