From 91f1dc66b6f56e57734d3048501a6c4679331290 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 6 Feb 2019 13:09:16 +0800 Subject: Add --disable-self-check for configure Fixed make distcheck, see #1129 --- libcaja-private/caja-icon-container.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libcaja-private') diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c index 182bdc69..6b753b31 100644 --- a/libcaja-private/caja-icon-container.c +++ b/libcaja-private/caja-icon-container.c @@ -10033,6 +10033,7 @@ caja_self_check_icon_container (void) EEL_CHECK_STRING_RESULT (check_compute_stretch (0, 0, 16, 16, 16, 17, 16), "0,0:16"); EEL_CHECK_STRING_RESULT (check_compute_stretch (100, 100, 64, 105, 105, 40, 40), "35,35:129"); } +#endif /* ! CAJA_OMIT_SELF_CHECK */ gboolean caja_icon_container_is_layout_rtl (CajaIconContainer *container) @@ -10132,7 +10133,6 @@ store_layout_timestamps_now (CajaIconContainer *container) } } - void caja_icon_container_end_loading (CajaIconContainer *container, gboolean all_icons_added) @@ -10157,13 +10157,9 @@ caja_icon_container_get_store_layout_timestamps (CajaIconContainer *container) return container->details->store_layout_timestamps; } - void caja_icon_container_set_store_layout_timestamps (CajaIconContainer *container, gboolean store_layout_timestamps) { container->details->store_layout_timestamps = store_layout_timestamps; } - - -#endif /* ! CAJA_OMIT_SELF_CHECK */ -- cgit v1.2.1