i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 5c07b3db9d0ed2c5959b2b9d5073b53975b7a22b
parent 8bf03bab9da8905b84034b40e24feaa0f337c994
Author: Pandora <Pandora@techfo.xyz>
Date:   Thu, 25 Jan 2018 18:53:45 -0500

remove unused defines / comment

Diffstat:
Munlock_indicator.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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.