changeset 21289:b35cb9abaed2

Removed typedef
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 10 Nov 2007 14:58:54 +0000
parents 04c945a8b509
children 0bad71ee1465
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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,