From 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:34:17 +0200 Subject: Use a blank line at most --- libcaja-private/caja-view.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcaja-private/caja-view.h') diff --git a/libcaja-private/caja-view.h b/libcaja-private/caja-view.h index 93fafdab..b287170e 100644 --- a/libcaja-private/caja-view.h +++ b/libcaja-private/caja-view.h @@ -40,7 +40,6 @@ extern "C" { #define CAJA_IS_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CAJA_TYPE_VIEW)) #define CAJA_VIEW_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), CAJA_TYPE_VIEW, CajaViewIface)) - typedef struct _CajaView CajaView; /* dummy typedef */ typedef struct _CajaViewIface CajaViewIface; @@ -97,7 +96,6 @@ extern "C" { have this function return NULL, or just don't supply a function */ char * (* get_title) (CajaView *view); - /* Zoom support */ gboolean (* supports_zooming) (CajaView *view); void (* bump_zoom_level) (CajaView *view, -- cgit v1.2.1