summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc_math.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-02 01:44:37 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-02 01:44:37 +0100
commita41d72bb2ec84a055bb915803dfa75496f09973b (patch)
treee9717151400b2eaa15bc149e9987fdab7890df46 /src/modules/bluetooth/sbc_math.h
parent537424a9a9fb8c3fbc930a70874c0983b6c5d1a3 (diff)
update sbc stuff
Diffstat (limited to 'src/modules/bluetooth/sbc_math.h')
-rw-r--r--src/modules/bluetooth/sbc_math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/bluetooth/sbc_math.h b/src/modules/bluetooth/sbc_math.h
index 6ca4f526..b87bc81c 100644
--- a/src/modules/bluetooth/sbc_math.h
+++ b/src/modules/bluetooth/sbc_math.h
@@ -29,8 +29,6 @@
#define ASR(val, bits) ((-2 >> 1 == -1) ? \
((int32_t)(val)) >> (bits) : ((int32_t) (val)) / (1 << (bits)))
-#define SCALE_OUT_BITS 15
-
#define SCALE_SPROTO4_TBL 12
#define SCALE_SPROTO8_TBL 14
#define SCALE_NPROTO4_TBL 11