This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-20 13:48:09 +01:00
commit 894cddbc77
2 changed files with 10 additions and 1 deletions

View file

@ -624,7 +624,6 @@ grub_video_set_mode (const char *modestring,
/* Loop thru all possible video adapter trying to find requested mode. */
for (p = grub_video_adapter_list; p; p = p->next)
{
grub_err_t err;
struct grub_video_mode_info mode_info;
grub_memset (&mode_info, 0, sizeof (mode_info));