diff options
Diffstat (limited to '')
-rw-r--r-- | fb2png/fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fb2png/fb.c b/fb2png/fb.c index 2ed478902..a17f801df 100644 --- a/fb2png/fb.c +++ b/fb2png/fb.c @@ -48,7 +48,6 @@ static int fb_get_format(const struct fb *fb) { int ao = fb->alpha_offset; int ro = fb->red_offset; - int go = fb->green_offset; int bo = fb->blue_offset; #define FB_FORMAT_UNKNOWN 0 |