Remove leftover variables
This commit is contained in:
parent
09f9aa3b2e
commit
ce04e79272
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue