aboutsummaryrefslogtreecommitdiff
path: root/celt/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'celt/modes.h')
-rw-r--r--celt/modes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/celt/modes.h b/celt/modes.h
index c8340f98..be813ccc 100644
--- a/celt/modes.h
+++ b/celt/modes.h
@@ -39,14 +39,6 @@
#define MAX_PERIOD 1024
-#ifndef OVERLAP
-#define OVERLAP(mode) ((mode)->overlap)
-#endif
-
-#ifndef FRAMESIZE
-#define FRAMESIZE(mode) ((mode)->mdctSize)
-#endif
-
typedef struct {
int size;
const opus_int16 *index;