diff options
Diffstat (limited to 'widgets/table/e-table-header.c')
-rw-r--r-- | widgets/table/e-table-header.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c index 1016acf5c0..8d382f5a92 100644 --- a/widgets/table/e-table-header.c +++ b/widgets/table/e-table-header.c @@ -790,8 +790,6 @@ eth_set_size (ETableHeader *eth, gint idx, gint size) return; } - /* Remove from total_extra the amount used for this column. */ - total_extra -= size - (eth->columns[idx]->min_width + eth->width_extras); for (i = idx + 1; i < eth->col_count; i++) { if (eth->columns[idx]->resizable) { /* old_expansion != 0 by (2) */ |