diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 21:24:12 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 21:24:12 +0000 |
commit | eece15d92ca8f022da31763f5a62b6f0b8c2805e (patch) | |
tree | 3c0c9d95a2bebb5048da70d7f9a63a39127ac7e9 /tests | |
parent | 022d20bbdc69cc4831317ac3092310b86d8ca7d8 (diff) | |
download | profani-tty-eece15d92ca8f022da31763f5a62b6f0b8c2805e.tar.gz |
Removed ui_statusbar_new
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 6e205d14..8fa40ff7 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -271,7 +271,6 @@ void ui_prune_wins(void) {} void ui_handle_login_account_success(ProfAccount *account, int secured) {} void ui_update_presence(const resource_presence_t resource_presence, const char * const message, const char * const show) {} -void ui_statusbar_new(const int win) {} char* inp_readline(void) { |