diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:28 +0800 |
commit | d3b1da08d910c5b595c1bf4937589b5ed3737e70 (patch) | |
tree | 1fb469392eb5570238f2fd3c2a464b0573db312b /libempathy-gtk | |
parent | fdd591f3ff497d354ac3ccddee4e204e6968e5ae (diff) | |
download | gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar.gz gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar.bz2 gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar.lz gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar.xz gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.tar.zst gsoc2013-empathy-d3b1da08d910c5b595c1bf4937589b5ed3737e70.zip |
Remove unused empathy-theme.h include
svn path=/trunk/; revision=1991
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 875ef3983..08fba1508 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -38,8 +38,6 @@ G_BEGIN_DECLS typedef struct _EmpathyChatView EmpathyChatView; typedef struct _EmpathyChatViewIface EmpathyChatViewIface; -#include "empathy-theme.h" - struct _EmpathyChatViewIface { GTypeInterface base_iface; |