summaryrefslogtreecommitdiffstats
path: root/libvo/vo_fbdev.c
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-19 01:24:59 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-19 01:24:59 +0000
commit9cbe8422e78f03cb13f243e0887089b19c567cd8 (patch)
tree9a39b583ae0ebd7f41c2df5a6b1c5292b07b234f /libvo/vo_fbdev.c
parentdc2dfc01e5b8724e9517db5913718f9f9a2e23c8 (diff)
downloadmpv-9cbe8422e78f03cb13f243e0887089b19c567cd8.tar.bz2
mpv-9cbe8422e78f03cb13f243e0887089b19c567cd8.tar.xz
removed unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@521 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_fbdev.c')
-rw-r--r--libvo/vo_fbdev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index 9b8726a517..8f3001a81f 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -580,10 +580,6 @@ static int fb_bpp_we_want; // 32: 32 24: 24 16: 16 15: 15
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;