diff options
author | James Booth <boothj5@gmail.com> | 2015-11-05 23:28:21 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-05 23:28:21 +0000 |
commit | 9fcdc5901cf27526cdb492cd7a4fbfe2133aeefe (patch) | |
tree | a292204701028c5562a226cf76e84803482647a9 /tests | |
parent | f1daec663d38b683bf4af70eedec0da1e24a60f1 (diff) | |
download | profani-tty-9fcdc5901cf27526cdb492cd7a4fbfe2133aeefe.tar.gz |
Removed ui_new_private_win
Diffstat (limited to 'tests')
-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 2d979af0..23520009 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -83,10 +83,6 @@ unsigned long ui_get_idle_time(void) } void ui_reset_idle_time(void) {} -ProfPrivateWin* ui_new_private_win(const char * const fulljid) -{ - return NULL; -} ProfChatWin* chatwin_new(const char * const barejid) { |