From 6023817d9880a2d71516416b010555f041ec187d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 15 May 2007 12:50:13 +0000 Subject: Remove unused functions and defines from the header file --- audio/headset.c | 2 ++ audio/headset.h | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/audio/headset.c b/audio/headset.c index 72fc3bfb..edd59b4b 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -59,6 +59,8 @@ #define RING_INTERVAL 3000 +#define BUF_SIZE 1024 + typedef enum { HEADSET_EVENT_KEYPRESS, HEADSET_EVENT_GAIN, diff --git a/audio/headset.h b/audio/headset.h index de8e8a38..b06f1c60 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -29,14 +29,8 @@ #define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset" -#define BUF_SIZE 1024 - typedef struct headset headset_t; -const char *headset_get(const bdaddr_t *bda); - -const char *headset_add(const bdaddr_t *bda); - headset_t *headset_init(const char *path); int headset_server_init(DBusConnection *conn); -- cgit