From 6d62ddcf9d95c5ddcbe1da14630cc69b44076f3c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sat, 23 Feb 2019 08:56:28 +0100 Subject: drop dead code --- gfx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gfx.h') diff --git a/gfx.h b/gfx.h index be4f987..f060d38 100644 --- a/gfx.h +++ b/gfx.h @@ -39,10 +39,6 @@ struct gfxstate { uint8_t *mem2; gfxfmt *fmt; - uint32_t bits_per_pixel; - uint32_t rlen, glen, blen, tlen; - uint32_t roff, goff, boff, toff; - char devpath[128]; dev_t devnum; -- cgit