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-04-12 15:20:19 +0100
committerJames Booth <boothj5@gmail.com>2014-04-12 15:20:19 +0100
commit2fafcf001344f85965a0d1984860f092b7e19b7e (patch)
tree695a74d99643ee6b0fd814fdbf9426b561285149 /src/ui/ui.h
parent6dabbbd54140fb161d2a03d6d3f4fe67585311c6 (diff)
downloadprofani-tty-2fafcf001344f85965a0d1984860f092b7e19b7e.tar.gz
Revert "Added ui_already_connected"
This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
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 7543e6a8..fc689305 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -161,7 +161,6 @@ void (*ui_replace_input)(char *input, const char * const new_input, int *size);
 
 void (*ui_invalid_command_usage)(const char * const usage, void (**setting_func)(void));
 void (*ui_unknown_command)(const char * const input);
-void (*ui_already_connected)(void);
 
 // console window actions
 void (*cons_show)(const char * const msg, ...);