aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xlib.c b/src/xlib.c
index c1e43a5..57a7581 100644
--- a/src/xlib.c
+++ b/src/xlib.c
@@ -45,8 +45,6 @@ XImage *ximage(struct image *img, unsigned int width, unsigned int height) {
gshift = getshift(vis->green_mask);
bshift = getshift(vis->blue_mask);
- struct timeval tv0, tv1;
-
if (depth >= 24) {
unsigned char *ibuf;
unsigned int dx;