diff options
Diffstat (limited to 'stage3/gfx.h')
-rw-r--r-- | stage3/gfx.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stage3/gfx.h b/stage3/gfx.h index 5d9c8b3..d81f54b 100644 --- a/stage3/gfx.h +++ b/stage3/gfx.h @@ -3,13 +3,6 @@ #include "def.h" -extern struct __attribute__((packed)) GfxInfo { - u16 pitch; - u16 width; - u16 height; - u32 framebuffer; -} *gfx_info; - typedef struct __attribute__((packed)) { u8 r, g, b, a; } color; |