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/core/effects.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/effects.c') diff --git a/src/core/effects.c b/src/core/effects.c index f23c60f2..6c0f7fdd 100644 --- a/src/core/effects.c +++ b/src/core/effects.c @@ -257,7 +257,6 @@ meta_effect_run_close (MetaWindow *window, run_handler (effect); } - /* old ugly minimization effect */ #ifdef HAVE_SHAPE @@ -576,7 +575,6 @@ draw_xor_rect (MetaScreen *screen, box_width = text_width + 2 * LINE_WIDTH; box_height = text_height + 2 * LINE_WIDTH; - box_x = shrunk_rect.x + (shrunk_rect.width - box_width) / 2; box_y = shrunk_rect.y + (shrunk_rect.height - box_height) / 2; -- cgit v1.2.1