On Fri, 30 Jul 2010, Enlightenment SVN wrote:
> Log: > comment out unused variables why not removing them ? Vincent > > Author: discomfitor > Date: 2010-07-30 22:01:54 -0700 (Fri, 30 Jul 2010) > New Revision: 50705 > > Modified: > trunk/edje/src/lib/edje_edit.c trunk/edje/src/lib/edje_entry.c > trunk/edje/src/lib/edje_lua2.c > > Modified: trunk/edje/src/lib/edje_edit.c > =================================================================== > --- trunk/edje/src/lib/edje_edit.c 2010-07-31 05:01:34 UTC (rev 50704) > +++ trunk/edje/src/lib/edje_edit.c 2010-07-31 05:01:54 UTC (rev 50705) > @@ -148,18 +148,18 @@ > static void > _edje_edit_smart_del(Evas_Object *obj) > { > - Edje_Edit *eed; > +// Edje_Edit *eed; > > - eed = evas_object_smart_data_get(obj); > +// eed = evas_object_smart_data_get(obj); > _edje_edit_parent_sc->base.del(obj); > } > > static Eina_Bool > _edje_edit_smart_file_set(Evas_Object *obj, const char *file, const char > *group) > { > - Edje_Edit *eed; > +// Edje_Edit *eed; > > - eed = evas_object_smart_data_get(obj); > +// eed = evas_object_smart_data_get(obj); > /* Nothing custom here yet, so we just call the parent function. > * TODO and maybes: > * * The whole point of this thing is keep track of stuff such as > @@ -750,7 +750,7 @@ > { > Eina_Iterator *i; > Eina_List *pll, *pl; > - Edje_Part_Collection *pc; > +// Edje_Part_Collection *pc; > Edje_Part_Collection_Directory_Entry *pce; > char *part_name; > const char *source, *old; > @@ -759,7 +759,7 @@ > > GET_ED_OR_RETURN(); > > - pc = ed->collection; > +// pc = ed->collection; > > part_obj = edje_edit_object_add(ed->evas); > > > Modified: trunk/edje/src/lib/edje_entry.c > =================================================================== > --- trunk/edje/src/lib/edje_entry.c 2010-07-31 05:01:34 UTC (rev 50704) > +++ trunk/edje/src/lib/edje_entry.c 2010-07-31 05:01:54 UTC (rev 50705) > @@ -1527,7 +1527,7 @@ > Evas_Event_Mouse_Down *ev = event_info; > Entry *en; > Evas_Coord x, y, w, h; > - Eina_Bool multiline; > +// Eina_Bool multiline; > Evas_Textblock_Cursor *tc; > Eina_Bool dosel = EINA_FALSE; > if (!rp) return; > @@ -1557,7 +1557,7 @@ > } > tc = evas_object_textblock_cursor_new(rp->object); > evas_textblock_cursor_copy(en->cursor, tc); > - multiline = rp->part->multiline; > +// multiline = rp->part->multiline; > evas_object_geometry_get(rp->object, &x, &y, &w, &h); > en->cx = ev->canvas.x - x; > en->cy = ev->canvas.y - y; > > Modified: trunk/edje/src/lib/edje_lua2.c > =================================================================== > --- trunk/edje/src/lib/edje_lua2.c 2010-07-31 05:01:34 UTC (rev 50704) > +++ trunk/edje/src/lib/edje_lua2.c 2010-07-31 05:01:54 UTC (rev 50705) > @@ -1710,7 +1710,7 @@ > _elua_top(lua_State *L) > { > Edje_Lua_Obj *obj = (Edje_Lua_Obj *)lua_touserdata(L, 1); > - Edje_Lua_Evas_Object *elo = (Edje_Lua_Evas_Object *)obj; > + // Edje_Lua_Evas_Object *elo = (Edje_Lua_Evas_Object *)obj; > Edje_Lua_Evas_Object *elo2; > Evas_Object *o; > Eina_List *list, *l; > @@ -1734,7 +1734,7 @@ > _elua_bottom(lua_State *L) > { > Edje_Lua_Obj *obj = (Edje_Lua_Obj *)lua_touserdata(L, 1); > - Edje_Lua_Evas_Object *elo = (Edje_Lua_Evas_Object *)obj; > +// Edje_Lua_Evas_Object *elo = (Edje_Lua_Evas_Object *)obj; > Edje_Lua_Evas_Object *elo2; > Evas_Object *o; > Eina_List *list, *l; > @@ -1907,9 +1907,9 @@ > _elua_evas_obj_free(void *obj) > { > Edje_Lua_Evas_Object *elo = obj; > - lua_State *L; > +// lua_State *L; > if (!elo->obj.ed) return; > - L = elo->obj.ed->L; > +// L = elo->obj.ed->L; > evas_object_del(elo->evas_obj); > elo->evas_obj = NULL; > } > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel