diff options
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,7 +16,4 @@ struct gfxstate { /* calls */ void (*restore_display)(void); void (*cleanup_display)(void); - - /* FIXME: legacy */ - int fb_fd; }; |