From 0fc51a2c8daff96ed2535ed318dc4d737b34845c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 11 Nov 2019 09:27:38 +0100 Subject: avoid redundant redeclarations --- cut-n-paste/smclient/eggsmclient.c | 2 -- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 1 - cut-n-paste/zoom-control/ephy-zoom-action.c | 4 ---- 3 files changed, 7 deletions(-) (limited to 'cut-n-paste') diff --git a/cut-n-paste/smclient/eggsmclient.c b/cut-n-paste/smclient/eggsmclient.c index 0691ee5b..78bd81a0 100644 --- a/cut-n-paste/smclient/eggsmclient.c +++ b/cut-n-paste/smclient/eggsmclient.c @@ -25,8 +25,6 @@ #include "eggsmclient.h" #include "eggsmclient-private.h" -EggSMClient *egg_sm_client_xsmp_new (void); - static void egg_sm_client_debug_handler (const char *log_domain, GLogLevelFlags log_level, const char *message, diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.h b/cut-n-paste/toolbar-editor/egg-toolbars-model.h index 0c1a571c..839ce3c3 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.h +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.h @@ -111,7 +111,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/cut-n-paste/zoom-control/ephy-zoom-action.c b/cut-n-paste/zoom-control/ephy-zoom-action.c index be7fd4bc..f2905d3d 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-action.c +++ b/cut-n-paste/zoom-control/ephy-zoom-action.c @@ -46,10 +46,6 @@ enum PROP_MAX_ZOOM }; - -static void ephy_zoom_action_init (EphyZoomAction *action); -static void ephy_zoom_action_class_init (EphyZoomActionClass *class); - enum { ZOOM_TO_LEVEL_SIGNAL, -- cgit v1.2.1