summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 840b1421c0..00716b39c6 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -302,14 +302,6 @@ void button_set_flip(bool yesno)
302} 302}
303 303
304#if CONFIG_CODEC != SWCODEC 304#if CONFIG_CODEC != SWCODEC
305void talk_init(void)
306{
307}
308
309int talk_buffer_steal(void)
310{
311 return 0;
312}
313 305
314int talk_id(int id, bool enqueue) 306int talk_id(int id, bool enqueue)
315{ 307{
@@ -347,17 +339,9 @@ int talk_spell(char* spell, bool enqueue)
347 return 0; 339 return 0;
348} 340}
349 341
350bool talk_menus_enabled(void) 342void talk_disable(bool disable)
351{
352 return false;
353}
354
355void talk_enable_menus(void)
356{
357}
358
359void talk_disable_menus(void)
360{ 343{
344 (void) disable;
361} 345}
362 346
363const char* const dir_thumbnail_name = "_dirname.talk"; 347const char* const dir_thumbnail_name = "_dirname.talk";