summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2015-11-07 14:51:02 +0100
committerMichael Stapelberg <michael@stapelberg.de>2015-11-07 14:51:02 +0100
commitcc73d88aea94540c673c25da21954f1e37d1eb23 (patch)
treee53b0241674462c9c4b454ebfd3ae04874078338 /i3lock.c
parentb181e3137bb36a79327df6bb916b8520528cd8eb (diff)
Remove libxkbfile dependency from README.md/comments
It has not been in use since commit 7eb43aeabd7a5eb71927520c427debb45eab05f2
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i3lock.c b/i3lock.c
index 3a106ce..6f63e88 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -44,7 +44,6 @@
typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
-/* We need this for libxkbfile */
char color[7] = "ffffff";
int inactivity_timeout = 30;
uint32_t last_resolution[2];