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);
|
gtk_about_dialog_set_logo (about, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
void destroy_credit_section (gpointer data)
|
destroy_credit_section (gpointer data)
|
||||||
{
|
{
|
||||||
CreditSection *cs = data;
|
CreditSection *cs = data;
|
||||||
g_free (cs->heading);
|
g_free (cs->heading);
|
||||||
|
Loading…
Reference in New Issue
Block a user