Removed typedef

Sat, 10 Nov 2007 14:58:54 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Sat, 10 Nov 2007 14:58:54 +0000
changeset 21458
fc804a8ee8e0
parent 21457
9edb9c932827
child 21459
f4790399ffa1

Removed typedef

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Sat Nov 10 14:32:57 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Nov 10 14:58:54 2007 +0000
@@ -3064,9 +3064,7 @@
 			!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/debug/enabled"));
 }
 
-typedef void (*ShowWithParentFunc)(GtkWindow *parent);
-
-static ShowWithParentFunc show_with_parent_funcs[5] = 
+static void (*show_with_parent_funcs[5])(GtkWindow *parent) = 
 {
 	NULL,
 	pidgin_pounces_manager_show_with_parent,

mercurial