diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-23 08:56:28 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-23 08:56:28 +0100 |
commit | 6d62ddcf9d95c5ddcbe1da14630cc69b44076f3c (patch) | |
tree | e2260ff2c67e81bd36dddf01b40472254596af1f /gfx.h | |
parent | d4aad4f7b58e51fb8573c84c9e47718a209b7896 (diff) | |
download | fbida-6d62ddcf9d95c5ddcbe1da14630cc69b44076f3c.tar.gz |
drop dead code
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |