diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-01 18:07:47 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-01 18:08:17 -0800 |
commit | 2c341754c0900de781062893636cee016760c1ed (patch) | |
tree | 2397b1188294484439a24486ea82813ec817dc37 | |
parent | db209f8e279f74afb915ac8bdf7ad48fdf80d92c (diff) |
Remove BT_SUSPEND_STREAM and BT_RESUME_STREAM since they are not used
-rw-r--r-- | audio/ipc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/ipc.h b/audio/ipc.h index 6aa6486a..9a2d93aa 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -98,8 +98,6 @@ typedef struct { #define BT_NEW_STREAM 2 #define BT_START_STREAM 3 #define BT_STOP_STREAM 4 -#define BT_SUSPEND_STREAM 5 -#define BT_RESUME_STREAM 6 #define BT_CONTROL 7 #define BT_CAPABILITIES_TRANSPORT_A2DP 0 |