]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-smiley-manager.c
Make use of tp-glib debug system.
[empathy.git] / libempathy-gtk / empathy-smiley-manager.c
index d32570bb383859d5e43addce2a7e7573d37bd0ba..7d2a744a18790b106f0ba8b56e2c475ee455e3de 100644 (file)
 
 #include <string.h>
 
-#include <libempathy/empathy-debug.h>
-
 #include "empathy-smiley-manager.h"
 #include "empathy-ui-utils.h"
 
 #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
                       EMPATHY_TYPE_SMILEY_MANAGER, EmpathySmileyManagerPriv))
 
-#define DEBUG_DOMAIN "SmileyManager"
-
 typedef struct {
        gunichar   c;
        GdkPixbuf *pixbuf;