aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
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