seoz pushed a commit to branch master.
commit 37277756bd625ca55dd49454db6e6f11cf0fb69f
Author: Daniel Juyung Seo <[email protected]>
Date: Sun Aug 11 22:35:10 2013 +0900
elc_popup.c: remove unnecessary local variable.
---
src/lib/elc_popup.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index 6385e6c..b3dc827 100644
--- a/src/lib/elc_popup.c
+++ b/src/lib/elc_popup.c
@@ -138,7 +138,6 @@ _scroller_size_calc(Evas_Object *obj)
{
Evas_Coord h;
Evas_Coord h_title = 0;
- Evas_Coord h_content = 0;
Evas_Coord h_action_area = 0;
const char *action_area_height;
@@ -164,8 +163,7 @@ _scroller_size_calc(Evas_Object *obj)
* elm_config_scale_get() * elm_object_scale_get(obj));
}
- h_content = h - (h_title + h_action_area);
- sd->max_sc_h = h_content;
+ sd->max_sc_h = h - (h_title + h_action_area);
}
static void
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk