diff options
author | rbuj <[email protected]> | 2019-09-02 18:30:32 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-09-03 00:35:19 +0000 |
commit | 306f1ba1ff5a5d750040f9fc1e75a3c8af3c63d3 (patch) | |
tree | f59cb95cc7d300396e3ae22b8492cb9b9c94e04d /cut-n-paste/toolbar-editor | |
parent | fdaa5300525f00de2925da99e615381715379c7a (diff) | |
download | eom-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.h | 1 |
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, |