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

@@ -167,12 +167,6 @@ impl ContextWrapper {
contact_id as uintptr_t,
progress as uintptr_t,
),
Event::GetString { id, count } => ffi_cb(
self,
event_id,
id.to_u32().unwrap_or_default() as uintptr_t,
count as uintptr_t,
),
}
}
None => 0,