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/ui/gradient.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ui/gradient.c') diff --git a/src/ui/gradient.c b/src/ui/gradient.c index d9bbb3f5..7a9be6ad 100644 --- a/src/ui/gradient.c +++ b/src/ui/gradient.c @@ -211,7 +211,6 @@ meta_gradient_create_vertical (int width, int height, return pixbuf; } - /* *---------------------------------------------------------------------- * meta_gradient_create_diagonal-- @@ -226,7 +225,6 @@ meta_gradient_create_vertical (int width, int height, *---------------------------------------------------------------------- */ - static GdkPixbuf* meta_gradient_create_diagonal (int width, int height, const GdkRGBA *from, @@ -274,7 +272,6 @@ meta_gradient_create_diagonal (int width, int height, return pixbuf; } - static GdkPixbuf* meta_gradient_create_multi_horizontal (int width, int height, const GdkRGBA *colors, @@ -448,7 +445,6 @@ meta_gradient_create_multi_vertical (int width, int height, return pixbuf; } - static GdkPixbuf* meta_gradient_create_multi_diagonal (int width, int height, const GdkRGBA *colors, -- cgit v1.2.1