[lasem] debug: remove filter and mask pseudo category.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [lasem] debug: remove filter and mask pseudo category.
- Date: Thu, 11 Oct 2012 19:10:47 +0000 (UTC)
commit 6c700da75225733c2ea9e24a2f233cb0b57cdcc5
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu Oct 11 21:10:14 2012 +0200
    debug: remove filter and mask pseudo category.
 src/lsmdebug.c |   14 +-------------
 src/lsmdebug.h |    4 +---
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/src/lsmdebug.c b/src/lsmdebug.c
index 0cf4c69..27ea1ef 100644
--- a/src/lsmdebug.c
+++ b/src/lsmdebug.c
@@ -1,6 +1,6 @@
 /* Lasem
  *
- * Copyright  2010-2011 Emmanuel Pacaud
+ * Copyright  2010-2012 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -55,18 +55,6 @@ LsmDebugCategory lsm_debug_category_viewport =
 	.level = -1
 };
 
-LsmDebugCategory lsm_debug_category_filter =
-{
-	.name = "filter",
-	.level = -1
-};
-
-LsmDebugCategory lsm_debug_category_mask =
-{
-	.name = "mask",
-	.level = -1
-};
-
 static GHashTable *lsm_debug_categories = NULL;
 
 static void
diff --git a/src/lsmdebug.h b/src/lsmdebug.h
index 6302b9b..83ccc94 100644
--- a/src/lsmdebug.h
+++ b/src/lsmdebug.h
@@ -1,6 +1,6 @@
 /* Lasem
  *
- * Copyright  2010-2011 Emmanuel Pacaud
+ * Copyright  2010-2012 Emmanuel Pacaud
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -46,8 +46,6 @@ extern LsmDebugCategory lsm_debug_category_measure;
 extern LsmDebugCategory lsm_debug_category_update;
 extern LsmDebugCategory lsm_debug_category_render;
 extern LsmDebugCategory lsm_debug_category_viewport;
-extern LsmDebugCategory lsm_debug_category_filter;
-extern LsmDebugCategory lsm_debug_category_mask;
 
 #define lsm_debug_dom(...) 		lsm_debug (&lsm_debug_category_dom, __VA_ARGS__)
 #define lsm_log_dom(...)		lsm_log (&lsm_debug_category_dom, __VA_ARGS__)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]