Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewmh.c 


Log Message:
Remove annoying message.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- ewmh.c      17 Jul 2005 10:22:49 -0000      1.82
+++ ewmh.c      18 Jul 2005 22:18:40 -0000      1.83
@@ -609,7 +609,6 @@
 EWMH_GetWindowIcons(EWin * ewin)
 {
    unsigned int       *val;
-   unsigned int        i;
    int                 num;
 
    if (ewin->ewmh.wm_icon)
@@ -633,19 +632,6 @@
        return;
      }
 
-   for (i = 0; i < (unsigned int)(num - 1);)
-     {
-#if 0
-       Eprintf("App %s: Icon %d-%4d - %dx%d\n",
-               EwinGetName(ewin), num, i, val[i], val[i + 1]);
-#endif
-       i += 2 + val[i] * val[i + 1];
-     }
-   if (i != (unsigned int)num)
-      Eprintf
-        ("*** EWMH_GetWindowIcons Icon data/size mismatch: %s: %d!=%d\n",
-         EwinGetName(ewin), i, num);
-
    ewin->ewmh.wm_icon = val;
 
    EwinChange(ewin, EWIN_CHANGE_ICON_PMAP);




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to