EekKey: Remove column and row fields

This commit is contained in:
Dorota Czaplejewicz
2019-07-31 13:45:01 +00:00
parent d8b26040f9
commit 43df82355a
3 changed files with 0 additions and 55 deletions

View File

@ -143,8 +143,6 @@ eek_section_real_create_key (EekSection *self,
key = g_object_new (EEK_TYPE_KEY,
"name", name,
"keycode", keycode,
"column", column_index,
"row", row_index,
NULL);
g_return_val_if_fail (key, NULL);