# HG changeset patch # User Gabriel Schulhof # Date 1194706734 0 # Node ID b35cb9abaed27f6f1186b328539348f58bda4097 # Parent 04c945a8b50912533cf18c7eb8a2d538ea67d497 Removed typedef diff -r 04c945a8b509 -r b35cb9abaed2 pidgin/gtkblist.c --- 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,