summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/eom-thumb-view.c2
1 files changed, 0 insertions, 2 deletions
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);