diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index e0b16ff3b..53e7d1277 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -65,7 +65,6 @@ struct _EmpathyChatClass { GType empathy_chat_get_type (void); EmpathyChat * empathy_chat_new (EmpathyTpChat *tp_chat); -EmpathyChatView * empathy_chat_get_view (EmpathyChat *chat); void empathy_chat_clear (EmpathyChat *chat); void empathy_chat_scroll_down (EmpathyChat *chat); void empathy_chat_cut (EmpathyChat *chat); |