summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xmga.c1
-rw-r--r--libvo/vo_xv.c4
-rw-r--r--libvo/vo_xvmc.c1
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;