Do not pass the symbol to the key emitter

This commit is contained in:
David Boddie
2019-08-06 21:53:17 +00:00
committed by Dorota Czaplejewicz
parent bdde8a127e
commit 73d2505c89
3 changed files with 2 additions and 4 deletions

View File

@ -107,7 +107,6 @@ void
emit_key_activated (EekboardContextService *manager,
LevelKeyboard *keyboard,
guint keycode,
EekSymbol *symbol,
EekModifierType modifiers,
gboolean pressed,
uint32_t timestamp)

View File

@ -41,7 +41,6 @@ enum mod_indices {
void
emit_key_activated (EekboardContextService *manager, LevelKeyboard *keyboard,
guint keycode,
EekSymbol *symbol,
guint modifiers,
gboolean pressed, uint32_t timestamp);
#endif // KEYEMITTER_H