Mercurial > mplayer.hg
changeset 23656:8443a81e4ae3
Remove some unused variables
author | reimar |
---|---|
date | Wed, 27 Jun 2007 10:28:38 +0000 |
parents | 00aa61cde84a |
children | d7ae37864b03 |
files | libvo/vo_xmga.c libvo/vo_xv.c libvo/vo_xvmc.c |
diffstat | 3 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xmga.c Wed Jun 27 10:26:13 2007 +0000 +++ b/libvo/vo_xmga.c Wed Jun 27 10:28:38 2007 +0000 @@ -117,7 +117,6 @@ 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;
--- a/libvo/vo_xv.c Wed Jun 27 10:26:13 2007 +0000 +++ b/libvo/vo_xv.c Wed Jun 27 10:28:38 2007 +0000 @@ -166,10 +166,6 @@ 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;
--- a/libvo/vo_xvmc.c Wed Jun 27 10:26:13 2007 +0000 +++ b/libvo/vo_xvmc.c Wed Jun 27 10:28:38 2007 +0000 @@ -450,7 +450,6 @@ 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;