diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-27 10:28:38 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-27 10:28:38 +0000 |
commit | e1057f5898b83bbc03c8fae77615f86c0abaf5ac (patch) | |
tree | f851b6ddceaaac07c8dcb603c5ccad49a24dcd7b /libvo | |
parent | f131aafff160e816a3c5904d664561ffe9f32058 (diff) |
Remove some unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23676 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_xmga.c | 1 | ||||
-rw-r--r-- | libvo/vo_xv.c | 4 | ||||
-rw-r--r-- | libvo/vo_xvmc.c | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 0b74ec1e7e..db1656f4a6 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -117,7 +117,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) { - char *mTitle = (title == NULL) ? "XMGA render" : title; XVisualInfo vinfo; unsigned long xswamask; int r, g, b; diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 391b2b288b..76138e9ae2 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -166,10 +166,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) { -// int screen; - char *hello = (title == NULL) ? "Xv render" : title; - -// char *name = ":0.0"; XSizeHints hint; XVisualInfo vinfo; XGCValues xgcv; diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index 3a2265856c..037ee75462 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -450,7 +450,6 @@ int i,mode_id,rez; int numblocks,blocks_per_macroblock;//bpmb we have 6,8,12 //from vo_xv -char *hello = (title == NULL) ? "XvMC render" : title; XSizeHints hint; XVisualInfo vinfo; XGCValues xgcv; |