&& t->clabels_from_axis != PIVOT_AXIS_LAYER
&& t->clabels_to_axis == PIVOT_AXIS_LAYER)
{
- if (a == PIVOT_AXIS_LAYER)
- n_drop = 0;
- else if (a != t->clabels_from_axis)
- n_drop = 1;
- else
- {
- drop_inner = true;
- n_drop = 0;
- }
+ drop_inner = a == t->clabels_from_axis;
+ n_drop = a != t->clabels_from_axis && a != PIVOT_AXIS_LAYER;
}
else if (at == CTAT_ROW && a == PIVOT_AXIS_COLUMN && t->label_axis[PIVOT_AXIS_ROW] == PIVOT_AXIS_COLUMN)
n_drop = 0;