Remove eek-container

This commit is contained in:
Dorota Czaplejewicz
2019-08-16 10:45:49 +00:00
parent 77d4f45d13
commit 524040cf00
8 changed files with 4 additions and 347 deletions

View File

@ -254,22 +254,6 @@ void level_keyboard_free(LevelKeyboard *self) {
g_free(self);
}
static void
eek_keyboard_real_child_added (EekContainer *self,
EekElement *element)
{
(void)self;
(void)element;
}
static void
eek_keyboard_real_child_removed (EekContainer *self,
EekElement *element)
{
(void)self;
(void)element;
}
static void
eek_keyboard_class_init (EekKeyboardClass *klass)
{