changeset 24166:cf27c9342878

Fix warnings: vo_directfb2.c:1296: warning: unused variable 'rect' vo_directfb2.c:1295: warning: unused variable 'dsc' vo_directfb2.c:1294: warning: unused variable 'tmp'
author diego
date Sat, 25 Aug 2007 16:32:20 +0000
parents 94cac0aa431b
children 9c35b377b4d8
files libvo/vo_directfb2.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_directfb2.c	Sat Aug 25 16:24:17 2007 +0000
+++ b/libvo/vo_directfb2.c	Sat Aug 25 16:32:20 2007 +0000
@@ -1291,9 +1291,9 @@
 static uint32_t put_image(mp_image_t *mpi){
 
 
-    static IDirectFBSurface *tmp = NULL;
-    DFBSurfaceDescription dsc;
-    DFBRectangle rect;
+//    static IDirectFBSurface *tmp = NULL;
+//    DFBSurfaceDescription dsc;
+//    DFBRectangle rect;
     
 //    if ( mp_msg_test(MSGT_VO,MSGL_V) ) printf("DirectFB: Put_image entered %i %i %i %i %i %i\n",mpi->x,mpi->y,mpi->w,mpi->h,mpi->width,mpi->height);