Index: src/lib/elc_multibuttonentry.c
===================================================================
--- src/lib/elc_multibuttonentry.c	(revision 75382)
+++ src/lib/elc_multibuttonentry.c	(working copy)
@@ -1250,7 +1250,6 @@ _calculate_box_min_size(Evas_Object *box, Evas_Obj
           {
              minh += cmaxh;
              cw = 0;
-             cmaxh = 0;
           }
         cw += ww;
         if (cmaxh < mnh) cmaxh = mnh;
@@ -1291,7 +1290,6 @@ _calculate_item_max_height(Evas_Object *box, Evas_
           {
              if (local_index > obj_index) return cmaxh;
              cw = 0;
-             cmaxh = 0;
           }
 
         cw += ww;
@@ -1373,7 +1371,6 @@ _box_layout_cb(Evas_Object *o, Evas_Object_Box_Dat
           {
              ch += cmaxh;
              cw = 0;
-             cmaxh = 0;
           }
 
         evas_object_move(obj,
