[evolution] Remove unused e_tree_model_new().



commit 38b310f606514f4d1d72ffe477becb7feecfb8a5
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jun 15 11:25:41 2013 -0400

    Remove unused e_tree_model_new().

 .../evolution-util/evolution-util-sections.txt     |    1 -
 e-util/e-tree-model.c                              |   13 -------------
 e-util/e-tree-model.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 5bc4958..4843312 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -4338,7 +4338,6 @@ e_tree_memory_callbacks_get_type
 <FILE>e-tree-model</FILE>
 <TITLE>ETreeModel</TITLE>
 ETreeModel
-e_tree_model_new
 ETreePath
 e_tree_model_get_root
 e_tree_model_node_get_parent
diff --git a/e-util/e-tree-model.c b/e-util/e-tree-model.c
index c2baaed..283c2f4 100644
--- a/e-util/e-tree-model.c
+++ b/e-util/e-tree-model.c
@@ -306,19 +306,6 @@ e_tree_model_node_deleted (ETreeModel *tree_model,
 }
 
 /**
- * e_tree_model_new
- *
- * XXX docs here.
- *
- * return values: a newly constructed ETreeModel.
- */
-ETreeModel *
-e_tree_model_new (void)
-{
-       return g_object_new (E_TYPE_TREE_MODEL, NULL);
-}
-
-/**
  * e_tree_model_get_root
  * @tree_model: the ETreeModel of which we want the root node.
  *
diff --git a/e-util/e-tree-model.h b/e-util/e-tree-model.h
index 31696b3..c50ea57 100644
--- a/e-util/e-tree-model.h
+++ b/e-util/e-tree-model.h
@@ -165,7 +165,6 @@ struct _ETreeModelClass {
 };
 
 GType          e_tree_model_get_type           (void) G_GNUC_CONST;
-ETreeModel *   e_tree_model_new                (void);
 
 /* tree traversal operations */
 ETreePath      e_tree_model_get_root           (ETreeModel *tree_model);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]