summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.h b/src/util.h
index 611798c..07ab0bf 100644
--- a/src/util.h
+++ b/src/util.h
@@ -89,11 +89,5 @@ GtkWidget *my_scrolledwin_new(GtkWidget * child);
gboolean is_url(gchar * string);
gboolean is_magnet(gchar * string);
GtkWidget *gtr_combo_box_new_enum(const char *text_1, ...);
-void iter_replace_row_reference(GtkTreeModel * model, GtkTreeIter * iter,
- GtkTreeRowReference ** rr);
-void rowref_to_iter(GtkTreeModel * model, GtkTreeRowReference * rr,
- GtkTreeIter * iter);
-GtkTreeRowReference *iter_to_row_reference(GtkTreeModel * model,
- GtkTreeIter * iter);
#endif /* UTIL_H_ */