Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/dropshadow


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused functions.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/e_mod_main.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- e_mod_main.c        30 Sep 2006 10:16:24 -0000      1.45
+++ e_mod_main.c        28 Dec 2006 14:36:45 -0000      1.46
@@ -63,9 +63,7 @@
 static Tilebuf    *_tilebuf_new(int w, int h);
 static void        _tilebuf_free(Tilebuf *tb);
 static void        _tilebuf_set_tile_size(Tilebuf *tb, int tw, int th);
-static void        _tilebuf_get_tile_size(Tilebuf *tb, int *tw, int *th);
 static int         _tilebuf_add_redraw(Tilebuf *tb, int x, int y, int w, int 
h);
-static void        _tilebuf_clear(Tilebuf *tb);
 static Evas_List  *_tilebuf_get_render_rects(Tilebuf *tb);
 static void        _tilebuf_free_render_rects(Evas_List *rects);
 
@@ -2072,13 +2070,6 @@
    _tilebuf_setup(tb);
 }
 
-static void
-_tilebuf_get_tile_size(Tilebuf *tb, int *tw, int *th)
-{
-   if (tw) *tw = tb->tile_size.w;
-   if (th) *th = tb->tile_size.h;
-}
-
 static int
 _tilebuf_add_redraw(Tilebuf *tb, int x, int y, int w, int h)
 {
@@ -2103,13 +2094,6 @@
          }
      }
    return num;
-}
-
-static void
-_tilebuf_clear(Tilebuf *tb)
-{
-   if (!tb->tiles.tiles) return;
-   memset(tb->tiles.tiles, 0, tb->tiles.w * tb->tiles.h * 
sizeof(Tilebuf_Tile));
 }
 
 static Evas_List *



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