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 --- shell/ev-history.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/ev-history.c') diff --git a/shell/ev-history.c b/shell/ev-history.c index 55fff29f..940c66f9 100644 --- a/shell/ev-history.c +++ b/shell/ev-history.c @@ -38,9 +38,6 @@ struct _EvHistoryPrivate GList *links; }; -static void ev_history_init (EvHistory *history); -static void ev_history_class_init (EvHistoryClass *class); - G_DEFINE_TYPE_WITH_PRIVATE (EvHistory, ev_history, G_TYPE_OBJECT) static void -- cgit v1.2.1