about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-22 00:34:56 +0000
committerJames Booth <boothj5@gmail.com>2014-12-22 00:34:56 +0000
commitbda98a416ec07d202ef604caa40b5f81c8652424 (patch)
treed5d95810bfb8192e6dee525f1f4fa602ad93e6d5 /src/ui/ui.h
parent1c71cf0037c70edd9a9ef56ac4dee16c305cd93b (diff)
downloadprofani-tty-bda98a416ec07d202ef604caa40b5f81c8652424.tar.gz
Removed ui_close_current
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 a2d24786..556e37dd 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -101,7 +101,6 @@ int (*ui_close_all_wins)(void);
 int (*ui_close_read_wins)(void);
 
 // current window actions
-void (*ui_close_current)(void);
 void (*ui_clear_current)(void);
 win_type_t (*ui_current_win_type)(void);
 int (*ui_current_win_index)(void);