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;