Remove deprecated GtkTreeModel functions (macros)

This commit is contained in:
Christian Dywan 2009-10-07 17:51:55 +02:00 committed by Javier Jardón
parent c4b3b13f9d
commit 7e67ec8414

View File

@ -149,10 +149,6 @@ gboolean gtk_tree_path_is_ancestor (GtkTreePath *path,
gboolean gtk_tree_path_is_descendant (GtkTreePath *path,
GtkTreePath *ancestor);
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_tree_path_new_root() gtk_tree_path_new_first()
#endif /* !GTK_DISABLE_DEPRECATED */
/* Row reference (an object that tracks model changes so it refers to the same
* row always; a path refers to a position, not a fixed row). You almost always
* want to call gtk_tree_row_reference_new.
@ -241,11 +237,6 @@ void gtk_tree_model_foreach (GtkTreeModel *model
GtkTreeModelForeachFunc func,
gpointer user_data);
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_tree_model_get_iter_root(tree_model, iter) gtk_tree_model_get_iter_first(tree_model, iter)
#endif /* !GTK_DISABLE_DEPRECATED */
/* Signals */
void gtk_tree_model_row_changed (GtkTreeModel *tree_model,
GtkTreePath *path,