[aravis] debug: remove unused enum.



commit ac9b60a72c493c641d422308131b8e0af9102be6
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Tue Aug 3 23:09:48 2010 +0200

    debug: remove unused enum.

 src/arvdebug.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/arvdebug.h b/src/arvdebug.h
index b621d2b..e9f1a18 100644
--- a/src/arvdebug.h
+++ b/src/arvdebug.h
@@ -27,13 +27,6 @@
 
 G_BEGIN_DECLS
 
-typedef enum {
-	ARV_DEBUG_LEVEL_NONE,
-	ARV_DEBUG_LEVEL_STANDARD,
-	ARV_DEBUG_LEVEL_GVCP,
-	ARV_DEBUG_LEVEL_GVSP
-} ArvDebugLevel;
-
 void 		arv_debug 			(const char *domain, char const *format, ...);
 gboolean 	arv_debug_check 		(const char *domain);
 void 		arv_debug_enable 		(const char *domains);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]