forked from AuroraMiddleware/gtk
Fix make check
Several unwanted symbols have sneaked in.
This commit is contained in:
parent
4497ac6b58
commit
9b6ae2e9d5
@ -787,8 +787,8 @@ gtk_about_dialog_init (GtkAboutDialog *about)
|
||||
gtk_about_dialog_set_logo (about, NULL);
|
||||
}
|
||||
|
||||
|
||||
void destroy_credit_section (gpointer data)
|
||||
static void
|
||||
destroy_credit_section (gpointer data)
|
||||
{
|
||||
CreditSection *cs = data;
|
||||
g_free (cs->heading);
|
||||
|
Loading…
Reference in New Issue
Block a user