From 306f1ba1ff5a5d750040f9fc1e75a3c8af3c63d3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 2 Sep 2019 18:30:32 +0200 Subject: =?UTF-8?q?remove=20warnings:=20redundant=20redeclaration=20[-Wred?= =?UTF-8?q?undant-decls]=20egg-toolbars-model.h:113:10:=20warning:=20redun?= =?UTF-8?q?dant=20redeclaration=20of=20=E2=80=98egg=5Ftb=5Fmodel=5Fflags?= =?UTF-8?q?=5Fget=5Ftype=E2=80=99=20[-Wredundant-decls]=20eggtypebuiltins.?= =?UTF-8?q?h:13:23:=20warning:=20redundant=20redeclaration=20of=20?= =?UTF-8?q?=E2=80=98egg=5Ftb=5Fmodel=5Fflags=5Fget=5Ftype=E2=80=99=20[-Wre?= =?UTF-8?q?dundant-decls]=20eom-thumb-view.c:91:40:=20warning:=20redundant?= =?UTF-8?q?=20redeclaration=20of=20=E2=80=98eom=5Fthumb=5Fview=5Finit?= =?UTF-8?q?=E2=80=99=20[-Wredundant-decls]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 1 - src/eom-thumb-view.c | 2 -- 2 files changed, 3 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, diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index b4f9c67..86bf842 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -45,8 +45,6 @@ enum { #define EOM_THUMB_VIEW_SPACING 0 -static void eom_thumb_view_init (EomThumbView *thumbview); - static EomImage* eom_thumb_view_get_image_from_path (EomThumbView *thumbview, GtkTreePath *path); -- cgit v1.2.1