diff options
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r-- | e-util/e-table-specification.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h index 4970a7f6b2..b1998d7083 100644 --- a/e-util/e-table-specification.h +++ b/e-util/e-table-specification.h @@ -95,9 +95,6 @@ void e_table_specification_load_from_node (ETableSpecification *specification, const xmlNode *node); -gint e_table_specification_save_to_file - (ETableSpecification *specification, - const gchar *filename); gchar * e_table_specification_save_to_string (ETableSpecification *specification); xmlNode * e_table_specification_save_to_node |