font chooser: Remove a stray notify

This was forgotten when I changed to font map to not be a
property.
This commit is contained in:
Matthias Clasen 2015-07-09 09:10:10 -05:00
parent 301cf24b33
commit f35c7b83d9

View File

@ -1243,8 +1243,6 @@ gtk_font_chooser_widget_set_font_map (GtkFontChooser *chooser,
pango_context_set_font_map (context, fontmap);
gtk_font_chooser_widget_load_fonts (fontchooser, TRUE);
g_object_notify (G_OBJECT (fontchooser), "font-map");
}
}