about summary refs log tree commit diff stats
path: root/src/ui/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-20 18:48:35 +0000
committerJames Booth <boothj5@gmail.com>2014-12-20 18:48:35 +0000
commit39aae7f5480a2ade61d36615d6cdb72882772054 (patch)
treefa34ebf0e5f67c4a3fed51ac67b6a1ff97d1082e /src/ui/windows.c
parent6800bf1cad19d3ec99a3c8333be5fae81a24954d (diff)
downloadprofani-tty-39aae7f5480a2ade61d36615d6cdb72882772054.tar.gz
Removed TODOs
Diffstat (limited to 'src/ui/windows.c')
-rw-r--r--src/ui/windows.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c
index e62fc240..a3a50a1d 100644
--- a/src/ui/windows.c
+++ b/src/ui/windows.c
@@ -345,26 +345,6 @@ wins_get_previous(void)
     }
 }
 
-// TODO REMOVE
-//ProfWin *
-//wins_get_by_recipient(const char * const recipient)
-//{
-//    GList *values = g_hash_table_get_values(windows);
-//    GList *curr = values;
-//
-//    while (curr != NULL) {
-//        ProfWin *window = curr->data;
-//        if (g_strcmp0(window->from, recipient) == 0) {
-//            g_list_free(values);
-//            return window;
-//        }
-//        curr = g_list_next(curr);
-//    }
-//
-//    g_list_free(values);
-//    return NULL;
-//}
-
 int
 wins_get_num(ProfWin *window)
 {