Mercurial > pidgin
changeset 21290:0bad71ee1465
Removed typedef
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 10 Nov 2007 15:02:13 +0000 |
parents | b35cb9abaed2 |
children | a9482e431e43 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sat Nov 10 14:58:54 2007 +0000 +++ b/pidgin/gtkblist.c Sat Nov 10 15:02:13 2007 +0000 @@ -116,7 +116,6 @@ static GList *pidgin_blist_sort_methods = NULL; static struct pidgin_blist_sort_method *current_sort_method = NULL; - static void sort_method_none(PurpleBlistNode *node, PurpleBuddyList *blist, GtkTreeIter groupiter, GtkTreeIter *cur, GtkTreeIter *iter); /* The functions we use for sorting aren't available in gtk 2.0.x, and