diff options
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r-- | widgets/table/e-table.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index c0841deaf7..25922fedf7 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -1037,11 +1037,6 @@ et_real_construct (ETable *e_table, ETableModel *etm, ETableExtras *ete, e_table->header = et_state_to_header (e_table, e_table->full_header, state); e_table->horizontal_scrolling = specification->horizontal_scrolling; - if (specification->horizontal_scrolling) { - gtk_object_set(GTK_OBJECT(e_table->header), - "horizontal_scrolling", TRUE, - NULL); - } e_table->sort_info = state->sort_info; |