summaryrefslogtreecommitdiff
path: root/shell/ev-open-recent-action.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-11 09:27:38 +0100
committerZenWalker <[email protected]>2019-11-28 01:03:04 +0100
commit0fc51a2c8daff96ed2535ed318dc4d737b34845c (patch)
tree248e5027a9cf0b33d030f072a36ea48cd1834c1f /shell/ev-open-recent-action.c
parent8a85c86a88a517ec52c4a14d1f41e23b975a60dc (diff)
downloadatril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.bz2
atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'shell/ev-open-recent-action.c')
-rw-r--r--shell/ev-open-recent-action.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-open-recent-action.c b/shell/ev-open-recent-action.c
index c4b2c8fe..0c1a21dc 100644
--- a/shell/ev-open-recent-action.c
+++ b/shell/ev-open-recent-action.c
@@ -30,9 +30,6 @@ enum {
N_SIGNALS
};
-static void ev_open_recent_action_init (EvOpenRecentAction *action);
-static void ev_open_recent_action_class_init (EvOpenRecentActionClass *class);
-
static guint action_signals[N_SIGNALS] = { 0 };
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;