Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c 


Log Message:
Oops - Missed some bits.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -3 -r1.251 -r1.252
--- borders.c   20 Mar 2005 15:58:51 -0000      1.251
+++ borders.c   20 Mar 2005 16:12:58 -0000      1.252
@@ -24,14 +24,6 @@
 #include "E.h"
 #include <sys/time.h>
 
-typedef struct _awaiticlass
-{
-   Window              client_win;
-   int                 ewin_bit;
-   ImageClass         *iclass;
-}
-AwaitIclass;
-
 #define EWIN_BORDER_PART_EVENT_MASK \
   (KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | \
    EnterWindowMask | LeaveWindowMask | PointerMotionMask)
@@ -509,9 +501,6 @@
 EwinBorderSetTo(EWin * ewin, const Border * b)
 {
    int                 i;
-   char                s[1024];
-
-   AwaitIclass        *await;
 
    if (ewin->border == b)
       return;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to