about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-23 21:42:01 +0000
committerJames Booth <boothj5@gmail.com>2014-12-23 21:42:01 +0000
commit8c01021ab9ae719c398e6c4a3e87ab98a5d6ac0e (patch)
tree6e5be41da643e09d10e3bdcc9951b7ab34da5d8e /tests/ui/stub_ui.h
parent69fe6c4d21d885f1397172605e8babe639a945c5 (diff)
downloadprofani-tty-8c01021ab9ae719c398e6c4a3e87ab98a5d6ac0e.tar.gz
Use will_return instead of mock values
Diffstat (limited to 'tests/ui/stub_ui.h')
-rw-r--r--tests/ui/stub_ui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/stub_ui.h b/tests/ui/stub_ui.h
index d71eaabc..dbddda9b 100644
--- a/tests/ui/stub_ui.h
+++ b/tests/ui/stub_ui.h
@@ -1,7 +1 @@
-#include <glib.h>
-
-#include "config/account.h"
-
 void expect_cons_show(char *expected);
-void expect_cons_show_account(ProfAccount *account);
-void reset_ui_mocks(void);