From 08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 17 Feb 2001 08:56:14 +0000 Subject: Removed setting of invalid "horizontal_scrolling" argument. 2001-02-17 Christopher James Lahey * e-table.c (et_real_construct): Removed setting of invalid "horizontal_scrolling" argument. * e-table-column-model.h: Removed this as it is not used. svn path=/trunk/; revision=8268 --- widgets/table/e-table.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'widgets/table/e-table.c') 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; -- cgit v1.2.3