mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed None becouse it conflicted with the None defined in other
headers.
This commit is contained in:
parent
b74922adb0
commit
890472886c
|
@ -96,7 +96,6 @@ typedef enum {
|
|||
* @brief Locally supported capabilities.
|
||||
*/
|
||||
typedef enum {
|
||||
None,
|
||||
AudioEncoding = 1 << 0,
|
||||
AudioDecoding = 1 << 1,
|
||||
VideoEncoding = 1 << 2,
|
||||
|
|
Loading…
Reference in New Issue
Block a user