about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-31 23:11:30 +0100
committerJames Booth <boothj5@gmail.com>2014-08-31 23:11:30 +0100
commit15fe590eda5e8c85fbe1ebb4cd5b50c434ee5b60 (patch)
treec4f8ef91868ffebca1c9385683ee49e89b6ad354 /src/xmpp
parentc92ac37ddcc4b66c1879410a2fe5b3f6c02f6727 (diff)
downloadprofani-tty-15fe590eda5e8c85fbe1ebb4cd5b50c434ee5b60.tar.gz
Removed bookmarks todo
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/bookmark.c1
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;