cleanup: Unused types

This commit is contained in:
Dorota Czaplejewicz
2019-10-16 13:00:02 +00:00
parent 8f61a26fb4
commit 29231f7e31
6 changed files with 6 additions and 316 deletions

View File

@ -123,7 +123,7 @@ eek_gtk_keyboard_real_draw (GtkWidget *self,
list = priv->keyboard->locked_keys;
for (const GList *head = list; head; head = g_list_next (head)) {
struct button_place place = squeek_view_find_key(
view, ((EekModifierKey *)head->data)->key
view, (struct squeek_key *)head->data
);
if (place.button)
render_locked_button (self, &place);