aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 01:13:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commitc1e8c1869d42b766663be94041b40839a9c4a53f (patch)
treeadca0ccf7660c54e04325d75cfe857eeecbfee15 /e-util/e-table-specification.h
parent0af0c8427e740f8f16e8da3d81b6465b2163a719 (diff)
downloadgsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar.gz
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar.bz2
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar.lz
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar.xz
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.tar.zst
gsoc2013-evolution-c1e8c1869d42b766663be94041b40839a9c4a53f.zip
Remove e_table_specification_load_from_node().
No longer used.
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index bce9c38f6a..5abd0618a8 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -23,8 +23,6 @@
#ifndef E_TABLE_SPECIFICATION_H
#define E_TABLE_SPECIFICATION_H
-#include <libxml/tree.h>
-
#include <e-util/e-selection-model.h>
#include <e-util/e-table-column-specification.h>
#include <e-util/e-table-defines.h>
@@ -96,9 +94,6 @@ gboolean e_table_specification_load_from_file
gboolean e_table_specification_load_from_string
(ETableSpecification *specification,
const gchar *xml);
-void e_table_specification_load_from_node
- (ETableSpecification *specification,
- const xmlNode *node);
G_END_DECLS