diff options
author | James Booth <boothj5@gmail.com> | 2014-08-31 23:11:30 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-08-31 23:11:30 +0100 |
commit | 15fe590eda5e8c85fbe1ebb4cd5b50c434ee5b60 (patch) | |
tree | c4f8ef91868ffebca1c9385683ee49e89b6ad354 /src | |
parent | c92ac37ddcc4b66c1879410a2fe5b3f6c02f6727 (diff) | |
download | profani-tty-15fe590eda5e8c85fbe1ebb4cd5b50c434ee5b60.tar.gz |
Removed bookmarks todo
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/bookmark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c index bb22593e..b4931b8f 100644 --- a/src/xmpp/bookmark.c +++ b/src/xmpp/bookmark.c @@ -331,7 +331,6 @@ _bookmark_handle_result(xmpp_conn_t * const conn, item->autojoin = autojoin_val; bookmark_list = g_list_append(bookmark_list, item); - /* TODO: preference whether autojoin */ if (autojoin_val) { if (autojoin_count < BOOKMARK_AUTOJOIN_MAX) { Jid *room_jid; |