diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 3e20832f55..be70a8bf6b 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -89,10 +89,7 @@ extern HINSTANCE g_hInstance; enum TOX_DB_EVENT
{
DB_EVENT_ACTION = 10001,
- DB_EVENT_AUDIO_CALL = 20001,
- DB_EVENT_AUDIO_RING = 20002,
- DB_EVENT_AUDIO_START = 20003,
- DB_EVENT_AUDIO_END = 20004
+ DB_EVENT_CALL = 20001
};
#define PSR_AUDIO "/RecvAudio"
|