diff options
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/fbcon.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/ipxe/fbcon.h b/src/include/ipxe/fbcon.h index 603e52ca9..007e7e726 100644 --- a/src/include/ipxe/fbcon.h +++ b/src/include/ipxe/fbcon.h @@ -103,14 +103,6 @@ struct fbcon_text { struct fbcon_picture { /** Start address */ userptr_t start; - /** Pixel geometry */ - struct fbcon_geometry pixel; - /** Character geometry */ - struct fbcon_geometry character; - /** Margin */ - struct fbcon_margin margin; - /** Indent to first character (in bytes) */ - size_t indent; }; /** A frame buffer console */ |
