Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/plugins


Modified Files:
        xine_thumbnailer.c 


Log Message:
Cleanup: Remove some unused variables.

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/plugins/xine_thumbnailer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- xine_thumbnailer.c  30 Apr 2006 13:44:38 -0000      1.1
+++ xine_thumbnailer.c  23 Jul 2006 05:33:54 -0000      1.2
@@ -224,7 +224,6 @@
 epsilon_generate_thumb (Epsilon * e)
 {
   int ret = XINE_THUMB_SUCCESS;
-  char *p;
   Imlib_Image img = NULL;
   DATA8 *buf = NULL;
   int cnt, attempts = 0, length = -1, pos_perc, pos_time, new_perc, new_time,
@@ -243,7 +242,6 @@
   xine_config_load (param->xine, cfg);
   xine_init (param->xine);
 
-
   /* opening xine output ports */
   if (!
       (param->vo_port =
@@ -338,8 +336,6 @@
     }
   else
     {
-      char *v;
-
       /* know we know the size, get a buffer for the snapshot */
       if (!(buf = malloc (w * h * 2)))
        {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to