Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/bin
Modified Files:
edje_cc_handlers.c
Log Message:
removed support for the (so far deprecated) description.border keyword
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_handlers.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- edje_cc_handlers.c 29 Oct 2004 14:11:54 -0000 1.52
+++ edje_cc_handlers.c 26 Dec 2004 22:36:45 -0000 1.53
@@ -54,7 +54,6 @@
static void st_collections_group_parts_part_description_image_normal(void);
static void st_collections_group_parts_part_description_image_tween(void);
static void st_collections_group_parts_part_description_image_border(void);
-static void st_collections_group_parts_part_description_border(void);
static void st_collections_group_parts_part_description_fill_smooth(void);
static void
st_collections_group_parts_part_description_fill_origin_relative(void);
static void
st_collections_group_parts_part_description_fill_origin_offset(void);
@@ -146,7 +145,6 @@
{"collections.group.parts.part.description.image.image",
st_images_image}, /* dup */
{"collections.group.parts.part.description.image.images.image",
st_images_image}, /* dup */
{"collections.group.parts.part.description.image.border",
st_collections_group_parts_part_description_image_border},
- {"collections.group.parts.part.description.border",
st_collections_group_parts_part_description_border},
{"collections.group.parts.part.description.fill.smooth",
st_collections_group_parts_part_description_fill_smooth},
{"collections.group.parts.part.description.fill.origin.relative",
st_collections_group_parts_part_description_fill_origin_relative},
{"collections.group.parts.part.description.fill.origin.offset",
st_collections_group_parts_part_description_fill_origin_offset},
@@ -1346,16 +1344,6 @@
}
static void
-st_collections_group_parts_part_description_border(void)
-{
- fprintf(stderr, "%s: Warning. %s:%i: description.border is deprecated, "
- "use description.image.border instead.\n",
- progname, file_in, line - 1);
-
- st_collections_group_parts_part_description_image_border ();
-}
-
-static void
st_collections_group_parts_part_description_fill_smooth(void)
{
Edje_Part_Collection *pc;
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs