summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 44cce65..e6ff968 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -167,7 +167,6 @@ static inline bool in_range(const struct range *rng, uint32_t val)
enum audio_mode {
AUDIO_MODE_POLL = 0, /**< Polling mode */
AUDIO_MODE_THREAD, /**< Use dedicated thread */
- AUDIO_MODE_TMR /**< Use timer */
};