From 2c341754c0900de781062893636cee016760c1ed Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 1 Feb 2009 18:07:47 -0800 Subject: Remove BT_SUSPEND_STREAM and BT_RESUME_STREAM since they are not used --- audio/ipc.h | 2 -- 1 file changed, 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 -- cgit