Remove unused variable from browse_req structure
diff --git a/src/device.c b/src/device.c
index c33b22b..4d53228 100644
--- a/src/device.c
+++ b/src/device.c
@@ -103,7 +103,6 @@
 	int search_uuid;
 	int reconnect_attempt;
 	guint listener_id;
-	guint timer;
 };
 
 struct btd_device {