Fix dragging across the keyboard

This commit is contained in:
Dorota Czaplejewicz
2019-06-22 12:34:10 +00:00
parent 82d1f256b2
commit 15a3315854
3 changed files with 6 additions and 35 deletions

View File

@ -76,7 +76,6 @@ struct _EekKeyClass
/* signals */
void (* locked) (EekKey *key);
void (* unlocked) (EekKey *key);
void (* cancelled) (EekKey *key);
};
GType eek_key_get_type (void) G_GNUC_CONST;