address @flub comments

This commit is contained in:
holger krekel
2019-10-09 14:25:27 +02:00
parent 45f011c63c
commit 24c0a833bd
6 changed files with 6 additions and 34 deletions

View File

@@ -43,7 +43,6 @@ use self::cmdline::*;
fn receive_event(_context: &Context, event: Event) -> libc::uintptr_t {
match event {
Event::GetString { .. } => {}
Event::Info(msg) => {
/* do not show the event as this would fill the screen */
println!("{}", msg);