Tom !!!!!!!!!!!!!!!!!!!! thanks :) good advice. -----Original Message----- From: "Tom Hacohen"<[email protected]> To: "Enlightenment developer list"<[email protected]>; Cc: Sent: 2013-11-20 (수) 20:21:38 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: Fix build warning.
Comment regarding the commit message (yeah, I'm a pedantic asshole): You didn't fix a build warning, you removed an unused variable. :) -- Tom. On 20/11/13 11:23, WooHyun Jung wrote: > woohyun pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=3d2e5d44aa4edc1675914b546535d44311cc22ae > > commit 3d2e5d44aa4edc1675914b546535d44311cc22ae > Author: WooHyun Jung <wh0705.jung>@samsung.com> > Date: Wed Nov 20 20:23:49 2013 +0900 > > Fix build warning. > --- > src/lib/elc_multibuttonentry.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c > index 77004f9..800401b 100644 > --- a/src/lib/elc_multibuttonentry.c > +++ b/src/lib/elc_multibuttonentry.c > @@ -285,7 +285,6 @@ _elm_multibuttonentry_smart_on_focus(Eo *obj, void *_pd, va_list *list) > > Eina_Bool *ret = va_arg(*list, Eina_Bool *); > if (ret) *ret = EINA_FALSE; > - Eina_Bool int_ret; > > if (elm_widget_focus_get(obj)) > { > ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
