Sat, 10 Nov 2007 14:58:54 +0000
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,