summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-11-26 11:36:22 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-11-26 11:36:22 +0100
commit0262f1aa1e73ff6fd4aa4aca4ad0f14d5ed8fe3e (patch)
tree8c20a58b9a0601e202c486ab3b846996ac9e9981 /include/baresip.h
parent793bd341882a8e9790b8c2becf39797ee85d863d (diff)
audio: remove support for AUDIO_MODE_TMR
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 */
};