summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 00:42:54 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 00:42:54 +0000
commit383b0b5f1dc33791d0650f53bc73e9581cc82ecd (patch)
tree81732ecf93aa6e48fe65749f20f9b11ac4659bb5 /src/util.h
parent0f9b27a717265d7a1dc5133576868e4b59b2874a (diff)
the information in the bottom left label seemed pretty redundant now that is all displayed in the filter panel. I think that space is better used just for something simple like Connected: where (what).
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_ */