aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-13 09:29:53 +0200
committerMarius Halden <marius.h@lden.org>2016-07-13 09:29:53 +0200
commitd9eec2027b7b6c848db465c9b17f72f70864bb25 (patch)
tree2af95ef84b5ab54adcca75cd33d89674c172b7cc /protocols/nogaim.h
parent0e1b8357a5a15891caf92eeb888e3f272dedf1d6 (diff)
Revert "Added an interface for the listing of existing chatrooms"
This reverts commit 659df4e333f2f524350dd131e430faaeb66dd91a.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index b2ae2cae..e5569313 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -95,7 +95,6 @@ struct im_connection {
bee_t *bee;
GSList *groupchats;
- GSList *chatlist;
};
struct groupchat {
@@ -263,13 +262,6 @@ struct prpl {
/* If null, equivalent to handle_cmp( ic->acc->user, who ) */
gboolean (* handle_is_self) (struct im_connection *, const char *who);
- /* This sets/updates the im_connection->chatlist field with a
- * bee_chat_info_t GSList. This function should ensure the
- * bee_chat_list_finish() function gets called at some point
- * after the chat list is completely updated.
- */
- void (*chat_list) (struct im_connection *, const char *server);
-
/* Some placeholders so eventually older plugins may cooperate with newer BitlBees. */
void *resv1;
void *resv2;