psppire-data-editor: Drop psppire_data_editor_set_font() redundancy.
[pspp] / src / ui / gui / psppire-data-editor.c
index 1c2442d89398d492990bd61a038dcb16d1aa0445..6f1c0afd5cbf2566918ebed8cc358dc2767c5bf8 100644 (file)
@@ -1435,7 +1435,6 @@ void
 psppire_data_editor_set_font (PsppireDataEditor *de, PangoFontDescription *font_desc)
 {
   set_font (GTK_WIDGET (de), font_desc);
-  gtk_container_foreach (GTK_CONTAINER (de), set_font, font_desc);
 }