From 37e4d38ca3a61eb843d80732a26f29668352433d Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 15:53:16 +0200 Subject: Remove multiple empty lines find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \; --- src/include/core.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/core.h') diff --git a/src/include/core.h b/src/include/core.h index 54306847..94ec7081 100644 --- a/src/include/core.h +++ b/src/include/core.h @@ -190,7 +190,6 @@ MetaGrabOp meta_core_get_grab_op (Display *xdisplay); Window meta_core_get_grab_frame (Display *xdisplay); int meta_core_get_grab_button (Display *xdisplay); - void meta_core_grab_buttons (Display *xdisplay, Window frame_xwindow); @@ -210,6 +209,3 @@ void meta_invalidate_all_icons (void); #endif - - - -- cgit v1.2.1