summaryrefslogtreecommitdiff
path: root/cut-n-paste/toolbar-editor
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-02 18:30:32 +0200
committerlukefromdc <[email protected]>2019-09-03 00:35:19 +0000
commit306f1ba1ff5a5d750040f9fc1e75a3c8af3c63d3 (patch)
treef59cb95cc7d300396e3ae22b8492cb9b9c94e04d /cut-n-paste/toolbar-editor
parentfdaa5300525f00de2925da99e615381715379c7a (diff)
downloadeom-306f1ba1ff5a5d750040f9fc1e75a3c8af3c63d3.tar.bz2
eom-306f1ba1ff5a5d750040f9fc1e75a3c8af3c63d3.tar.xz
remove warnings: redundant redeclaration [-Wredundant-decls]
egg-toolbars-model.h:113:10: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eggtypebuiltins.h:13:23: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eom-thumb-view.c:91:40: warning: redundant redeclaration of ‘eom_thumb_view_init’ [-Wredundant-decls]
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r--cut-n-paste/toolbar-editor/egg-toolbars-model.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.h b/cut-n-paste/toolbar-editor/egg-toolbars-model.h
index ca17714..9b2b539 100644
--- a/cut-n-paste/toolbar-editor/egg-toolbars-model.h
+++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.h
@@ -110,7 +110,6 @@ struct EggToolbarsItemType
const char *data);
};
-GType egg_tb_model_flags_get_type (void);
GType egg_toolbars_model_get_type (void);
EggToolbarsModel *egg_toolbars_model_new (void);
gboolean egg_toolbars_model_load_names (EggToolbarsModel *model,