treewide: Drop redundant declarations

This commit is contained in:
Guido Günther
2020-09-11 18:07:10 +02:00
parent 24b6a04903
commit eb7673d2c2
2 changed files with 0 additions and 3 deletions

View File

@ -38,8 +38,6 @@ struct _EekElementClass
GObjectClass parent_class;
};
GType eek_element_get_type (void) G_GNUC_CONST;
void eek_element_set_name (EekElement *element,
const gchar *name);