aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-17 16:56:14 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-17 16:56:14 +0800
commit08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (patch)
tree735422ab6e6ff79b54fce83e734dc3cb795ca39b
parent238d4b2091aa051391d6cbadba7140f8cb152390 (diff)
downloadgsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar.gz
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar.bz2
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar.lz
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar.xz
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.tar.zst
gsoc2013-evolution-08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa.zip
Removed setting of invalid "horizontal_scrolling" argument.
2001-02-17 Christopher James Lahey <clahey@ximian.com> * 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
-rw-r--r--widgets/table/e-table-column-model.h5
-rw-r--r--widgets/table/e-table.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/widgets/table/e-table-column-model.h b/widgets/table/e-table-column-model.h
deleted file mode 100644
index 043dd783ca..0000000000
--- a/widgets/table/e-table-column-model.h
+++ /dev/null
@@ -1,5 +0,0 @@
-
-class ETableColumnModel {
- virtual void add_column (ETableCol *et) = 0;
- virtual ETableCol *get_column (int column);
- virtual
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;