context: Remove vestigial key-activated

This commit is contained in:
Dorota Czaplejewicz
2019-08-01 12:32:04 +00:00
parent b8389f6736
commit e5858bf698
2 changed files with 0 additions and 39 deletions

View File

@ -47,11 +47,6 @@ struct _EekboardContextClass {
void (*disabled) (EekboardContext *self);
void (*destroyed) (EekboardContext *self);
void (*key_activated) (EekboardContext *self,
guint keycode,
EekSymbol *symbol,
guint modifiers);
/*< private >*/
/* padding */
gpointer pdummy[24];