diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
commit | 8566eedace4bc9ffe440e3bd057b08a9f3810d09 (patch) | |
tree | ae2f0fe08a3d5cd2eaf28def4106a4bfa422da7e /libempathy-gtk/empathy-theme.c | |
parent | b14a2d1a15a4fa17acd02afb6958ff57a8e0c6d6 (diff) | |
download | gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.gz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.bz2 gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.lz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.xz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.zst gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.zip |
Do not export symbols outside the empathy_ namespace.
svn path=/trunk/; revision=613
Diffstat (limited to 'libempathy-gtk/empathy-theme.c')
-rw-r--r-- | libempathy-gtk/empathy-theme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme.c b/libempathy-gtk/empathy-theme.c index c8a9a0d48..dae690b5c 100644 --- a/libempathy-gtk/empathy-theme.c +++ b/libempathy-gtk/empathy-theme.c @@ -26,7 +26,6 @@ #include <libempathy/empathy-debug.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-marshal.h> #include "empathy-chat.h" #include "empathy-conf.h" |