about summary refs log tree commit diff stats
path: root/src/ui/windows.h
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.h
parent6800bf1cad19d3ec99a3c8333be5fae81a24954d (diff)
downloadprofani-tty-39aae7f5480a2ade61d36615d6cdb72882772054.tar.gz
Removed TODOs
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 2bb2561d..be2e75a0 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -49,9 +49,6 @@ ProfMucWin * wins_get_muc(const char * const roomjid);
 ProfMucConfWin * wins_get_muc_conf(const char * const title);
 ProfPrivateWin *wins_get_private(const char * const fulljid);
 
-// TODO remove
-//ProfWin * wins_get_by_recipient(const char * const recipient);
-
 ProfWin * wins_get_current(void);
 ProfChatWin * wins_get_current_chat(void);
 ProfMucWin * wins_get_current_muc(void);