aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-24 11:39:48 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-24 11:39:48 +0100
commit61643e79f7fac70873c5d9f689d951a72c0a3bd0 (patch)
tree682cfe346ed7572120fac8302b232d23fb454a59 /gfx.h
parent5dd6a738f608fbeaf3ee4e4a24c08291b03ebd1e (diff)
downloadfbida-61643e79f7fac70873c5d9f689d951a72c0a3bd0.tar.gz
drop unused stuff
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx.h b/gfx.h
index a64b1e8..28b99b8 100644
--- a/gfx.h
+++ b/gfx.h
@@ -16,7 +16,4 @@ struct gfxstate {
/* calls */
void (*restore_display)(void);
void (*cleanup_display)(void);
-
- /* FIXME: legacy */
- int fb_fd;
};