]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
Fix broken nl translation
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index 22c0899cb28be85cc525b76ef84dc62a1692c209..24ad6a717446c15626b968c3fc369f36abec4ba2 100644 (file)
@@ -40,8 +40,6 @@
 
 G_BEGIN_DECLS
 
-#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
-
 #define EMPATHY_RECT_IS_ON_SCREEN(x,y,w,h) ((x) + (w) > 0 && \
               (y) + (h) > 0 && \
               (x) < gdk_screen_width () && \