diff options
author | John Hawthorn <jhawthor@uvic.ca> | 2008-06-24 17:26:20 -0700 |
---|---|---|
committer | John Hawthorn <jhawthor@uvic.ca> | 2008-06-24 17:26:20 -0700 |
commit | 9d75e2050e8863cd42875a56c5d16c3c4716eadf (patch) | |
tree | 80bb1cc28412cd434794716dfc99c1e3f342c627 | |
parent | 76f3c8cbcb490ded0d5fdf639b555aa389b25624 (diff) | |
download | mirror-meh-9d75e2050e8863cd42875a56c5d16c3c4716eadf.tar.gz mirror-meh-9d75e2050e8863cd42875a56c5d16c3c4716eadf.tar.bz2 mirror-meh-9d75e2050e8863cd42875a56c5d16c3c4716eadf.zip |
whoops
-rw-r--r-- | src/xlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |