From c18cf51868958ac9d7b564e0d4fd6e75a37c747c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 23 Nov 2019 14:44:01 +0100 Subject: avoid redundant redeclarations --- src/caja-notebook.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/caja-notebook.c') diff --git a/src/caja-notebook.c b/src/caja-notebook.c index c91ab3c3..9f39f358 100644 --- a/src/caja-notebook.c +++ b/src/caja-notebook.c @@ -41,8 +41,6 @@ #define AFTER_ALL_TABS -1 -static void caja_notebook_init (CajaNotebook *notebook); -static void caja_notebook_class_init (CajaNotebookClass *klass); static int caja_notebook_insert_page (GtkNotebook *notebook, GtkWidget *child, GtkWidget *tab_label, -- cgit v1.2.1