# HG changeset patch # User szabii # Date 987643499 0 # Node ID 4df60675000adbb50af7c28aaa45f1ac2447d71c # Parent 5e8d5422854d29010f306e511698abba5c736e06 removed unused variables diff -r 5e8d5422854d -r 4df60675000a libvo/vo_fbdev.c --- a/libvo/vo_fbdev.c Thu Apr 19 01:18:05 2001 +0000 +++ b/libvo/vo_fbdev.c Thu Apr 19 01:24:59 2001 +0000 @@ -580,10 +580,6 @@ static int fb_screen_width; static fb_mode_t *fb_mode = NULL; -static int left_band_width; -static int right_band_width; -static int upper_band_height; -static int lower_band_height; static uint8_t *next_frame; static int in_width; static int in_height;