diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-15 22:18:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-15 22:18:52 +0800 |
commit | ec65fb8d44f4653bc57b3245b8f6d0510be79204 (patch) | |
tree | 2ffb1cebb60afd938df64ad6c88b9cfc691880e1 | |
parent | 612ee0e4b7071884951e28a621f52f3e84c0d353 (diff) | |
download | gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar.gz gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar.bz2 gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar.lz gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar.xz gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.tar.zst gsoc2013-evolution-ec65fb8d44f4653bc57b3245b8f6d0510be79204.zip |
Remove unused e_tree_memory_new().
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 | ||||
-rw-r--r-- | e-util/e-tree-memory.c | 13 | ||||
-rw-r--r-- | e-util/e-tree-memory.h | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index f5b6293a6c..b323921f50 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4284,7 +4284,6 @@ ETreePrivate <FILE>e-tree-memory</FILE> <TITLE>ETreeMemory</TITLE> ETreeMemory -e_tree_memory_new e_tree_memory_node_insert e_tree_memory_node_remove e_tree_memory_freeze diff --git a/e-util/e-tree-memory.c b/e-util/e-tree-memory.c index 48a4e2018b..99ecc9b18b 100644 --- a/e-util/e-tree-memory.c +++ b/e-util/e-tree-memory.c @@ -407,19 +407,6 @@ e_tree_memory_init (ETreeMemory *tree_memory) } /** - * e_tree_memory_new - * - * XXX docs here. - * - * return values: a newly constructed ETreeMemory. - */ -ETreeMemory * -e_tree_memory_new (void) -{ - return g_object_new (E_TYPE_TREE_MEMORY, NULL); -} - -/** * e_tree_memory_set_expanded_default * * Sets the state of nodes to be append to a thread. diff --git a/e-util/e-tree-memory.h b/e-util/e-tree-memory.h index f447e97560..069342a320 100644 --- a/e-util/e-tree-memory.h +++ b/e-util/e-tree-memory.h @@ -72,7 +72,6 @@ struct _ETreeMemoryClass { }; GType e_tree_memory_get_type (void) G_GNUC_CONST; -ETreeMemory * e_tree_memory_new (void); /* node operations */ ETreePath e_tree_memory_node_insert (ETreeMemory *tree_memory, |