From e6dfce71e8c41384b2126bf11b8eceff9b166e60 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 13:40:32 -0400 Subject: Remove unused e_tree_load_state(). --- e-util/e-tree.c | 26 -------------------------- e-util/e-tree.h | 2 -- 2 files changed, 28 deletions(-) (limited to 'e-util') diff --git a/e-util/e-tree.c b/e-util/e-tree.c index ea90c879d4..e9d4183a79 100644 --- a/e-util/e-tree.c +++ b/e-util/e-tree.c @@ -1358,32 +1358,6 @@ e_tree_set_state (ETree *tree, g_object_unref (state); } -/** - * e_tree_load_state: - * @e_tree: #ETree object that will be modified - * @filename: name of the file containing the state to be loaded into the #ETree - * - * An #ETableState will be loaded form the file pointed by @filename into the - * @e_tree object. - */ -void -e_tree_load_state (ETree *tree, - const gchar *filename) -{ - ETableState *state; - - g_return_if_fail (E_IS_TREE (tree)); - g_return_if_fail (filename != NULL); - - state = e_table_state_new (); - e_table_state_load_from_file (state, filename); - - if (state->col_count > 0) - e_tree_set_state_object (tree, state); - - g_object_unref (state); -} - /** * e_tree_get_state_object: * @e_tree: #ETree object to act on diff --git a/e-util/e-tree.h b/e-util/e-tree.h index d61a24830c..cfa52a0dd8 100644 --- a/e-util/e-tree.h +++ b/e-util/e-tree.h @@ -204,8 +204,6 @@ void e_tree_set_state (ETree *tree, const gchar *state_str); void e_tree_set_state_object (ETree *tree, ETableState *state); -void e_tree_load_state (ETree *tree, - const gchar *filename); void e_tree_show_cursor_after_reflow (ETree *tree); void e_tree_set_cursor (ETree *tree, -- cgit v1.2.3