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/zoom-control/ephy-zoom-action.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cut-n-paste/zoom-control/ephy-zoom-action.c') 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