Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_pipe.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_pipe.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_pipe.c 4 Apr 2007 09:55:39 -0000       1.7
+++ evas_pipe.c 5 Apr 2007 15:42:39 -0000       1.8
@@ -37,8 +37,6 @@
 static void
 evas_common_pipe_draw_context_copy(RGBA_Draw_Context *dc, RGBA_Pipe_Op *op)
 {
-   Cutout_Rect *r, *r2;
-
    memcpy(&(op->context), dc, sizeof(RGBA_Draw_Context));
    op->context.cutout.rects = malloc(sizeof(Cutout_Rect) * 
op->context.cutout.active);
    memcpy(op->context.cutout.rects, dc->cutout.rects, sizeof(Cutout_Rect) * 
op->context.cutout.active);



-------------------------------------------------------------------------
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