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-11-01 19:29:59 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 19:29:59 +0000
commit9eae20298fe6bfa67fb8b9eae26fce727d582480 (patch)
tree701b0e7e14a2777a9801b2154ffb408517e840f0 /src/ui/ui.h
parent486d2e049584c9626ecf26f722cb5101ec9a250a (diff)
downloadprofani-tty-9eae20298fe6bfa67fb8b9eae26fce727d582480.tar.gz
Removed ui_create_xmlconsole_win()
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 909e9d5d..a38124c8 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -188,7 +188,6 @@ void ui_update_presence(const resource_presence_t resource_presence, const char
 void ui_statusbar_new(const int win);
 void ui_write(char *line, int offset);
 void ui_invalid_command_usage(const char *const cmd, void (*setting_func)(void));
-void ui_create_xmlconsole_win(void);
 void ui_open_xmlconsole_win(void);
 gboolean ui_win_has_unsaved_form(int num);
 void ui_inp_history_append(char *inp);