renderer: Remove unused functions

This commit is contained in:
Dorota Czaplejewicz
2019-12-07 15:19:53 +00:00
parent f77db1bb73
commit 51a77c41c3
3 changed files with 4 additions and 171 deletions

View File

@ -239,6 +239,7 @@ eek_gtk_keyboard_set_property (GObject *object,
const GValue *value,
GParamSpec *pspec)
{
(void)value;
switch (prop_id) {
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
@ -295,7 +296,9 @@ eek_gtk_keyboard_class_init (EekGtkKeyboardClass *klass)
static void
eek_gtk_keyboard_init (EekGtkKeyboard *self)
{}
{
(void)self;
}
/**
* eek_gtk_keyboard_new: