]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove double declaration
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 21 Sep 2010 00:02:00 +0000 (02:02 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 21 Sep 2010 00:02:00 +0000 (02:02 +0200)
doc/multiboot.h

index dac45187daaeeb784e6e325f314a31c39dba2843..bd133ba1f7208731f05bfd2be2bdeee02a9508c7 100644 (file)
@@ -141,13 +141,6 @@ struct multiboot_elf_section_header_table
 };
 typedef struct multiboot_elf_section_header_table multiboot_elf_section_header_table_t;
 
-struct multiboot_color
-{
-  multiboot_uint8_t red;
-  multiboot_uint8_t green;
-  multiboot_uint8_t blue;
-};
-
 struct multiboot_info
 {
   /* Multiboot info version number */