diff options
author | John Hawthorn <john.hawthorn@gmail.com> | 2013-05-15 06:32:34 -0700 |
---|---|---|
committer | John Hawthorn <john.hawthorn@gmail.com> | 2013-08-03 14:26:19 -0700 |
commit | ff2d82f72e226af17db96001bb1fee13f9d82c6e (patch) | |
tree | 6389619a20da3ccf860c9b5def84fb2cab184ab1 | |
parent | 6bb02ebe1b79ac6cdb92766526051902c8114e89 (diff) | |
download | mirror-meh-ff2d82f72e226af17db96001bb1fee13f9d82c6e.tar.gz mirror-meh-ff2d82f72e226af17db96001bb1fee13f9d82c6e.tar.bz2 mirror-meh-ff2d82f72e226af17db96001bb1fee13f9d82c6e.zip |
xlib.c: default visual is unused
-rw-r--r-- | src/xlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -33,10 +33,8 @@ static void ximage(struct data_t *data, struct image *img, unsigned int width, u int depth; XImage *ximg = NULL; XShmSegmentInfo *shminfo = NULL; - Visual *vis; depth = DefaultDepth(display, screen); - vis = DefaultVisual(display, screen); if(depth >= 24){ if(xshm){ |