From 5c07b3db9d0ed2c5959b2b9d5073b53975b7a22b Mon Sep 17 00:00:00 2001 From: Pandora Date: Thu, 25 Jan 2018 18:53:45 -0500 Subject: [PATCH] remove unused defines / comment --- unlock_indicator.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unlock_indicator.c b/unlock_indicator.c index fdee0f4..28247a3 100644 --- a/unlock_indicator.c +++ b/unlock_indicator.c @@ -32,10 +32,7 @@ extern double ring_width; #define BUTTON_RADIUS (circle_radius) #define RING_WIDTH (ring_width) #define BUTTON_SPACE (BUTTON_RADIUS + (RING_WIDTH / 2)) -#define BUTTON_CENTER (BUTTON_RADIUS + (RING_WIDTH / 2)) #define BUTTON_DIAMETER (2 * BUTTON_SPACE) -#define CLOCK_WIDTH 400 -#define CLOCK_HEIGHT 200 /******************************************************************************* * Variables defined in i3lock.c. @@ -606,8 +603,6 @@ void init_colors_once(void) { colorgen_rgb(&tmp_rgb, color, &rgb16); } -// init_fonts_once() ? - /* * Draws global image with fill color onto a pixmap with the given * resolution and returns it.