keyboard: Remove scale

This commit is contained in:
Dorota Czaplejewicz
2019-08-16 11:01:22 +00:00
parent f50f8e95b1
commit 7a06ac1ee7
2 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ struct _EekKeyboard
EekElement parent;
EekKeyboardPrivate *priv;
double scale;
GPtrArray *rows; // struct squeek_row*
};