diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-26 19:10:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-26 23:36:12 +0800 |
commit | e19fb153b191cdcfb66ca86d028da63dc0aaad3e (patch) | |
tree | b3387368a7b20030e5b3bc91933c9aaa11432504 /e-util/e-table-column-specification.h | |
parent | 3b5a2a25705103a96ae8d9053ac7e6b6b6cd2420 (diff) | |
download | gsoc2013-evolution-e19fb153b191cdcfb66ca86d028da63dc0aaad3e.tar.gz gsoc2013-evolution-e19fb153b191cdcfb66ca86d028da63dc0aaad3e.tar.zst gsoc2013-evolution-e19fb153b191cdcfb66ca86d028da63dc0aaad3e.zip |
Remove unused e_table_column_specification_save_to_node().
Diffstat (limited to 'e-util/e-table-column-specification.h')
-rw-r--r-- | e-util/e-table-column-specification.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-table-column-specification.h b/e-util/e-table-column-specification.h index ae1a00cc65..0d4775f8ee 100644 --- a/e-util/e-table-column-specification.h +++ b/e-util/e-table-column-specification.h @@ -84,9 +84,6 @@ ETableColumnSpecification * void e_table_column_specification_load_from_node (ETableColumnSpecification *state, const xmlNode *node); -xmlNode * e_table_column_specification_save_to_node - (ETableColumnSpecification *state, - xmlNode *parent); G_END_DECLS |