From 890472886ce375a2dfd80db217328e76ac93c383 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 10 Jun 2014 09:49:59 -0400 Subject: Removed None becouse it conflicted with the None defined in other headers. --- toxav/toxav.h | 1 - 1 file changed, 1 deletion(-) (limited to 'toxav') 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 { * @brief Locally supported capabilities. */ typedef enum { - None, AudioEncoding = 1 << 0, AudioDecoding = 1 << 1, VideoEncoding = 1 << 2, -- cgit v1.2.3