diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 19:26:31 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 19:26:31 +0000 |
commit | 486d2e049584c9626ecf26f722cb5101ec9a250a (patch) | |
tree | a2bcbf000d0b94fe01383b14cb14e2e114aa216c /tests/unittests | |
parent | be90e44d4af3d40bea3991e72086da110417352e (diff) | |
download | profani-tty-486d2e049584c9626ecf26f722cb5101ec9a250a.tar.gz |
Removed ui_xmlconsole_exists
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index eaba66fc..08fa9191 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -321,10 +321,6 @@ void ui_inp_history_append(char *inp) {} void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void)) {} void ui_create_xmlconsole_win(void) {} -gboolean ui_xmlconsole_exists(void) -{ - return FALSE; -} void ui_open_xmlconsole_win(void) {} |