[metacity] util: remove unused debug enums



commit f69dac6e1bb791792878fbb5c4d413d22b8281af
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Mar 10 13:17:48 2017 +0200

    util: remove unused debug enums

 src/core/util.c    |    6 ------
 src/include/util.h |    3 ---
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/core/util.c b/src/core/util.c
index b2c2e76..65d3ade 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -208,8 +208,6 @@ topic_name (MetaDebugTopic topic)
       return "WORKAREA";
     case META_DEBUG_STACK:
       return "STACK";
-    case META_DEBUG_THEMES:
-      return "THEMES";
     case META_DEBUG_SM:
       return "SM";
     case META_DEBUG_EVENTS:
@@ -230,8 +228,6 @@ topic_name (MetaDebugTopic topic)
       return "KEYBINDINGS";
     case META_DEBUG_SYNC:
       return "SYNC";
-    case META_DEBUG_ERRORS:
-      return "ERRORS";
     case META_DEBUG_STARTUP:
       return "STARTUP";
     case META_DEBUG_PREFS:
@@ -242,8 +238,6 @@ topic_name (MetaDebugTopic topic)
       return "RESIZING";
     case META_DEBUG_SHAPES:
       return "SHAPES";
-    case META_DEBUG_COMPOSITOR:
-      return "COMPOSITOR";
     case META_DEBUG_EDGE_RESISTANCE:
       return "EDGE_RESISTANCE";
     default:
diff --git a/src/include/util.h b/src/include/util.h
index 12117b2..a5efe74 100644
--- a/src/include/util.h
+++ b/src/include/util.h
@@ -50,7 +50,6 @@ typedef enum
   META_DEBUG_FOCUS           = 1 << 0,
   META_DEBUG_WORKAREA        = 1 << 1,
   META_DEBUG_STACK           = 1 << 2,
-  META_DEBUG_THEMES          = 1 << 3,
   META_DEBUG_SM              = 1 << 4,
   META_DEBUG_EVENTS          = 1 << 5,
   META_DEBUG_WINDOW_STATE    = 1 << 6,
@@ -61,13 +60,11 @@ typedef enum
   META_DEBUG_XINERAMA        = 1 << 11,
   META_DEBUG_KEYBINDINGS     = 1 << 12,
   META_DEBUG_SYNC            = 1 << 13,
-  META_DEBUG_ERRORS          = 1 << 14,
   META_DEBUG_STARTUP         = 1 << 15,
   META_DEBUG_PREFS           = 1 << 16,
   META_DEBUG_GROUPS          = 1 << 17,
   META_DEBUG_RESIZING        = 1 << 18,
   META_DEBUG_SHAPES          = 1 << 19,
-  META_DEBUG_COMPOSITOR      = 1 << 20,
   META_DEBUG_EDGE_RESISTANCE = 1 << 21
 } MetaDebugTopic;
 


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