diff options
author | Pablo Barciela <[email protected]> | 2019-11-23 14:44:01 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-30 23:47:25 +0100 |
commit | c18cf51868958ac9d7b564e0d4fd6e75a37c747c (patch) | |
tree | c6a31ab7174fdd856f652a2aaaf90110b5a68bf2 /src/caja-notebook.c | |
parent | ae74af1a92441148dcb19f2b1f41779bc11b98b9 (diff) | |
download | caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.bz2 caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'src/caja-notebook.c')
-rw-r--r-- | src/caja-notebook.c | 2 |
1 files changed, 0 insertions, 2 deletions
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, |