aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-02 02:16:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:12 +0800
commitb5f6b03fdfe570085de542d81ddba7338723f9ac (patch)
tree2c1c99a24babc8419c2d67f9cad2a75b5a689c65 /e-util/e-table-specification.h
parenta5f7b4eef62959ededefbcb2e030f4801db74041 (diff)
downloadgsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar.gz
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar.bz2
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar.lz
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar.xz
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.tar.zst
gsoc2013-evolution-b5f6b03fdfe570085de542d81ddba7338723f9ac.zip
Remove e_table_specification_load_from_string().
No longer used outside of e-table-specification.c. Its logic is merged into e_table_specification_load_from_file(), but that too will be removed momentarily.
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index 5abd0618a8..ff8ad062da 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -91,9 +91,6 @@ gint e_table_specification_get_column_index
gboolean e_table_specification_load_from_file
(ETableSpecification *specification,
const gchar *filename);
-gboolean e_table_specification_load_from_string
- (ETableSpecification *specification,
- const gchar *xml);
G_END_DECLS