From 9d75e2050e8863cd42875a56c5d16c3c4716eadf Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 24 Jun 2008 17:26:20 -0700 Subject: whoops --- src/xlib.c | 2 -- 1 file changed, 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; -- cgit v1.2.3