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 /libcaja-private/caja-keep-last-vertical-box.c | |
parent | ae74af1a92441148dcb19f2b1f41779bc11b98b9 (diff) | |
download | caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.bz2 caja-c18cf51868958ac9d7b564e0d4fd6e75a37c747c.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'libcaja-private/caja-keep-last-vertical-box.c')
-rw-r--r-- | libcaja-private/caja-keep-last-vertical-box.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-keep-last-vertical-box.c b/libcaja-private/caja-keep-last-vertical-box.c index 65b6541d..91107c69 100644 --- a/libcaja-private/caja-keep-last-vertical-box.c +++ b/libcaja-private/caja-keep-last-vertical-box.c @@ -26,8 +26,6 @@ #include <config.h> #include "caja-keep-last-vertical-box.h" -static void caja_keep_last_vertical_box_class_init (CajaKeepLastVerticalBoxClass *class); -static void caja_keep_last_vertical_box_init (CajaKeepLastVerticalBox *box); static void caja_keep_last_vertical_box_size_allocate (GtkWidget *widget, GtkAllocation *allocation); |