diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-09 00:15:32 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-09 00:15:32 +0200 |
commit | 0fb2d7ceaeb992c13571137ffd60d2b03f7420de (patch) | |
tree | d559ce8fd4724fbb1e8ab72ce68e96967031a02a /audio | |
parent | 8b9965dfae7a7e19e9fc223b5240119804a6cfbd (diff) |
Remove unused defines
Diffstat (limited to 'audio')
-rw-r--r-- | audio/telephony-maemo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 2d87705e..3a4314bc 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -109,10 +109,6 @@ enum network_alpha_tag_name_type { #define CSD_CALL_STATUS_TERMINATED 15 #define CSD_CALL_STATUS_SWAP_INITIATED 16 -/* Call direction (as returned by GetRemote */ -#define CSD_CALL_DIRECTION_OUTGOING 1 -#define CSD_CALL_DIRECTION_INCOMING 2 - #define CALL_FLAG_NONE 0 #define CALL_FLAG_PRESENTATION_ALLOWED 0x01 #define CALL_FLAG_PRESENTATION_RESTRICTED 0x02 |