summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-09-07 08:57:41 -0400
committerChris Michael <cp.michael@samsung.com>2016-09-07 08:57:41 -0400
commitebfa4a97cd6d9e801c9dd2dc0d169f4bd8a0bbc5 (patch)
tree66bff3a113e964a5c4ff06c5a25a66dacf491c3e
parent1a3086b2c20c79a63f266ebf8dfddc05e9bc193e (diff)
downloadenlightenment-ebfa4a97cd6d9e801c9dd2dc0d169f4bd8a0bbc5.tar.gz
Remove unused variables from ibar_resize_handle function
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/ibar/e_mod_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index 1cce3a8e17..92c22b75c7 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -638,8 +638,7 @@ static void
_ibar_resize_handle(IBar *b)
{
IBar_Icon *ic;
- Evas_Coord w, h, w2, h2, ww = 0, hh = 0;
- int max_w, max_h;
+ Evas_Coord w, h, ww = 0, hh = 0;
if (!b->inst->gcc) return;