From a3cfefaed860792a952650cef7d5f6fdc5f459a2 Mon Sep 17 00:00:00 2001 From: Michael Cypher Date: Thu, 10 Dec 2015 14:59:24 +0000 Subject: [PATCH] Fixed check style break --- unlock_indicator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unlock_indicator.c b/unlock_indicator.c index cc4e64f..9db3e2d 100644 --- a/unlock_indicator.c +++ b/unlock_indicator.c @@ -309,7 +309,6 @@ xcb_pixmap_t draw_image(uint32_t *resolution) { cairo_text_extents_t extents; double x, y; cairo_set_font_size(ctx, 32.0); - cairo_text_extents(ctx, pwd_placeholder, &extents); x = BUTTON_CENTER - ((extents.width / 2) + extents.x_bearing); y = BUTTON_CENTER - ((extents.height / 2) + extents.y_bearing) + BUTTON_RADIUS * 2;