diff options
author | Pablo Barciela <[email protected]> | 2019-11-11 09:27:38 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-28 01:03:04 +0100 |
commit | 0fc51a2c8daff96ed2535ed318dc4d737b34845c (patch) | |
tree | 248e5027a9cf0b33d030f072a36ea48cd1834c1f /cut-n-paste/zoom-control/ephy-zoom-action.c | |
parent | 8a85c86a88a517ec52c4a14d1f41e23b975a60dc (diff) | |
download | atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.bz2 atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'cut-n-paste/zoom-control/ephy-zoom-action.c')
-rw-r--r-- | cut-n-paste/zoom-control/ephy-zoom-action.c | 4 |
1 files changed, 0 insertions, 4 deletions
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, |