about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-15 23:16:22 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 23:16:22 +0100
commitfb0e0659023e6483418de2a06626d640644e94d9 (patch)
tree38e9ba8a3cb8b63a8267de6780183fda6d93cbee /src/ui/ui.h
parent6097a5bade7fdcd333b8127c36d31024ae29284b (diff)
downloadprofani-tty-fb0e0659023e6483418de2a06626d640644e94d9.tar.gz
Tidied cmd_otr, added check-unit target to Makefile
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index cd5349d2..abe50435 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -194,7 +194,6 @@ int ui_close_read_wins(void);
 
 // current window actions
 win_type_t ui_current_win_type(void);
-gboolean ui_current_win_is_otr(void);
 
 void ui_current_print_line(const char * const msg, ...);
 void ui_current_print_formatted_line(const char show_char, int attrs, const char * const msg, ...);