From 2215a3791f4394394c3ddcde7dd4aa98c704809b Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 17 Jun 2015 00:15:28 +0100 Subject: Added current window reference to command functions --- tests/unittests/ui/stub_ui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/unittests/ui') diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index c2626158..8ad3f236 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -121,11 +121,6 @@ int ui_close_read_wins(void) // current window actions void ui_clear_current(void) {} -win_type_t ui_current_win_type(void) -{ - return (win_type_t)mock(); -} - void ui_current_print_line(const char * const msg, ...) { va_list args; -- cgit 1.4.1-2-gfad0 submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/083scenario_screen_test.mu
blob: b4ac6e5e8f01ed5acb0f78dfc032ea448514130a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47