about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-15 17:17:17 +0100
committerJames Booth <boothj5@gmail.com>2016-10-15 17:17:17 +0100
commit5488fd6e72de5c2143dfb5532043e9e1f9fb8343 (patch)
tree1ba83bbcd1ddefdd6b23494f8fdf2920bf9813e7 /tests/unittests
parent478c749ff96a78bdd97d4cc9928f8f3b25eec067 (diff)
downloadprofani-tty-5488fd6e72de5c2143dfb5532043e9e1f9fb8343.tar.gz
Remove win_vprintln_ch
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/ui/stub_ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index 1d357c54..bbd6fd34 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -529,7 +529,6 @@ void win_show_occupant_info(ProfWin *window, const char * const room, Occupant *
 void win_show_contact(ProfWin *window, PContact contact) {}
 void win_show_info(ProfWin *window, PContact contact) {}
 void win_println(ProfWin *window, int pad, const char * const message) {}
-void win_vprintln_ch(ProfWin *window, char ch, const char *const message, ...) {}
 void win_clear(ProfWin *window) {}
 char* win_to_string(ProfWin *window)
 {
35d7f483c204ce75a51a7126b5'>^
ccabc08f ^
904a5a81 ^



a3a73cf0 ^
904a5a81 ^


a3a73cf0 ^
904a5a81 ^


a3a73cf0 ^
904a5a81 ^
a3a73cf0 ^
904a5a81 ^

a35cbea7 ^
a3a73cf0 ^
a35cbea7 ^




a3a73cf0 ^
a35cbea7 ^

a3a73cf0 ^

a35cbea7 ^










904a5a81 ^

eca73909 ^


a3a73cf0 ^



eca73909 ^





























904a5a81 ^


a3a73cf0 ^



904a5a81 ^










eca73909 ^
904a5a81 ^





0649aad8 ^
904a5a81 ^








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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163