aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-02 04:09:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:12 +0800
commit4d5c0ce60eecc38f013a50fd53daeca53f81dfda (patch)
treea824011c276ea959db0e7211b0ccddbf758f5ba4
parent3d1514fb67f191d54d2c474d6e364ec6aab76446 (diff)
downloadgsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar.gz
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar.bz2
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar.lz
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar.xz
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.tar.zst
gsoc2013-evolution-4d5c0ce60eecc38f013a50fd53daeca53f81dfda.zip
Remove e_tree_get_state().
No longer used.
-rw-r--r--doc/reference/evolution-util/evolution-util-sections.txt1
-rw-r--r--e-util/e-tree.c22
-rw-r--r--e-util/e-tree.h1
3 files changed, 0 insertions, 24 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt
index 6cff3e78f7..b8f51d6dcb 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -4110,7 +4110,6 @@ ETimezoneDialogPrivate
ETree
e_tree_construct
e_tree_new
-e_tree_get_state
e_tree_get_state_object
e_tree_get_spec
e_tree_set_state
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index c7c6b870a8..690bd1ff6e 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -1420,28 +1420,6 @@ e_tree_get_state_object (ETree *tree)
}
/**
- * e_tree_get_state:
- * @tree: The #ETree to act on
- *
- * Builds a state object based on the current state and returns the
- * string corresponding to that state.
- *
- * Return value:
- * A string describing the current state of the #ETree.
- **/
-gchar *
-e_tree_get_state (ETree *tree)
-{
- ETableState *state;
- gchar *string;
-
- state = e_tree_get_state_object (tree);
- string = e_table_state_save_to_string (state);
- g_object_unref (state);
- return string;
-}
-
-/**
* e_tree_get_spec:
* @tree: The #ETree to query
*
diff --git a/e-util/e-tree.h b/e-util/e-tree.h
index e88c2e0b47..cc8d582ba5 100644
--- a/e-util/e-tree.h
+++ b/e-util/e-tree.h
@@ -181,7 +181,6 @@ GtkWidget * e_tree_new (ETreeModel *etm,
ETableSpecification *specification);
/* To save the state */
-gchar * e_tree_get_state (ETree *tree);
ETableState * e_tree_get_state_object (ETree *tree);
ETableSpecification *
e_tree_get_spec (ETree *tree);