summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-10 09:49:59 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-10 09:49:59 -0400
commit890472886ce375a2dfd80db217328e76ac93c383 (patch)
tree499b6bbfa3105e9be440146dbf3dc4191de21d2e /toxav
parentb74922adb04ea388994d546d70040d658577be75 (diff)
Removed None becouse it conflicted with the None defined in other
headers.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index aa604285..4d988962 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -96,7 +96,6 @@ typedef enum {
96 * @brief Locally supported capabilities. 96 * @brief Locally supported capabilities.
97 */ 97 */
98typedef enum { 98typedef enum {
99 None,
100 AudioEncoding = 1 << 0, 99 AudioEncoding = 1 << 0,
101 AudioDecoding = 1 << 1, 100 AudioDecoding = 1 << 1,
102 VideoEncoding = 1 << 2, 101 VideoEncoding = 1 << 2,