diff options
Diffstat (limited to 'apps/dolmetschctl.c')
-rw-r--r-- | apps/dolmetschctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/dolmetschctl.c b/apps/dolmetschctl.c index 1cbd770..b998042 100644 --- a/apps/dolmetschctl.c +++ b/apps/dolmetschctl.c @@ -72,13 +72,6 @@ int main_loop(mixer_t* x, midi_t* m, osc_t* o) return -1; } - mixer_print_langs(x); - - mixer_switch_lang(x, "en", &print_string, "hello world!"); - mixer_switch_lang(x, "de", &print_string, "hallo welt!"); - - mixer_print_tasks(x); - printf("main_loop running with %d pollfds...\n", npfds); for (;;) { mixer_get_poll_fds(x, &(pfds[mixer_npfds_offset]), mixer_npfds); |