diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 19:33:01 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 19:33:01 +0000 |
commit | 7e386fbf005a9c990d288750c336db8e981eaee1 (patch) | |
tree | 42cd2e88cd61a6fdd58cc26f7f754b1d79d82840 /tests/unittests | |
parent | 9eae20298fe6bfa67fb8b9eae26fce727d582480 (diff) | |
download | profani-tty-7e386fbf005a9c990d288750c336db8e981eaee1.tar.gz |
Removed ui_open_xmlconsole_win()
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 5244f8b7..b397db86 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -320,8 +320,6 @@ void ui_inp_history_append(char *inp) {} void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void)) {} -void ui_open_xmlconsole_win(void) {} - gboolean ui_win_has_unsaved_form(int num) { return FALSE; |