aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-16 21:02:26 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-16 21:02:26 +0800
commit7e25d84b47f32804a5a402378eddacc39ce9a27e (patch)
tree38dde41d93f16b76cbf622e2766e6109cac98d42 /libempathy-gtk
parentba255f08be65af4008555b93cf4f9f07c49b7286 (diff)
downloadgsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar.gz
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar.bz2
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar.lz
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar.xz
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.tar.zst
gsoc2013-empathy-7e25d84b47f32804a5a402378eddacc39ce9a27e.zip
Remove empathy_chat_present from header, it's not implemented anymore
svn path=/trunk/; revision=800
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index d235c08af..aa5c3f1b3 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -77,7 +77,6 @@ struct _EmpathyChatClass {
GType empathy_chat_get_type (void);
EmpathyChatView * empathy_chat_get_view (EmpathyChat *chat);
-void empathy_chat_present (EmpathyChat *chat);
void empathy_chat_clear (EmpathyChat *chat);
void empathy_chat_scroll_down (EmpathyChat *chat);
void empathy_chat_cut (EmpathyChat *chat);