From 4bada395f33980cd9552a88ecec9a7c9dc48c7dc 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 266bf2bd..cc6596f9 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