]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove leftover fields in sm712.c
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 20 Jun 2010 11:44:31 +0000 (13:44 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 20 Jun 2010 11:44:31 +0000 (13:44 +0200)
video/sm712.c

index 33861beef201a7e4f096fe49e4942dc0ea1ed4a3..c36a19203f998cb0e275fb7fc786899019200426 100644 (file)
@@ -32,10 +32,7 @@ static struct
   struct grub_video_mode_info mode_info;
   struct grub_video_render_target *render_target;
 
-  unsigned int bytes_per_scan_line;
-  unsigned int bytes_per_pixel;
   grub_uint8_t *ptr;
-  int index_color_mode;
   int mapped;
   grub_uint32_t base;
   grub_pci_device_t dev;