Remove leftover variables

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-23 16:02:06 +01:00
parent 09f9aa3b2e
commit ce04e79272
1 changed files with 0 additions and 3 deletions

View File

@ -389,9 +389,6 @@ write_font_width_spec (struct grub_font_info *font_info, char *output_file)
FILE *file;
struct grub_glyph_info *glyph;
grub_uint8_t *out;
grub_uint8_t *rle;
int rle_size;
int i, j;
out = xmalloc (8192);
memset (out, 0, 8192);