diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-08 06:20:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-08 14:55:28 +0800 |
commit | dd65b18ddf2f4e7fdc108b0ed147658c36103eea (patch) | |
tree | 063b83f2bd337c34bcb573cbae4b6d60ec34eab6 /widgets/table/Makefile.am | |
parent | eb60a4e448fff45d0db5a5856cb19e3abb90a9e0 (diff) | |
download | gsoc2013-evolution-dd65b18ddf2f4e7fdc108b0ed147658c36103eea.tar.gz gsoc2013-evolution-dd65b18ddf2f4e7fdc108b0ed147658c36103eea.tar.zst gsoc2013-evolution-dd65b18ddf2f4e7fdc108b0ed147658c36103eea.zip |
Kill ETableScrolled.
ETableScrolled is nothing but a GtkScrolledWindow containing an ETable.
It adds nothing of value and actually makes customizing ETable harder.
Diffstat (limited to 'widgets/table/Makefile.am')
-rw-r--r-- | widgets/table/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am index ae21e57c1e..b43e1f0124 100644 --- a/widgets/table/Makefile.am +++ b/widgets/table/Makefile.am @@ -49,7 +49,6 @@ libetable_la_SOURCES = \ e-table-memory.c \ e-table-model.c \ e-table-one.c \ - e-table-scrolled.c \ e-table-search.c \ e-table-selection-model.c \ e-table-sort-info.c \ @@ -128,7 +127,6 @@ libetableinclude_HEADERS = \ e-table-memory.h \ e-table-model.h \ e-table-one.h \ - e-table-scrolled.h \ e-table-search.h \ e-table-selection-model.h \ e-table-sort-info.h \ |