aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-23 08:56:28 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-23 08:56:28 +0100
commit6d62ddcf9d95c5ddcbe1da14630cc69b44076f3c (patch)
treee2260ff2c67e81bd36dddf01b40472254596af1f /gfx.h
parentd4aad4f7b58e51fb8573c84c9e47718a209b7896 (diff)
downloadfbida-6d62ddcf9d95c5ddcbe1da14630cc69b44076f3c.tar.gz
drop dead code
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h4
1 files changed, 0 insertions, 4 deletions
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;