diff options
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 13383aa8d8..05827a2082 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6187,7 +6187,6 @@ find_good_size_from_style (GtkWidget *widget, 100); gtk_style_context_get (context, - gtk_style_context_get_state (context), "font-size", &font_size, NULL); font_size = font_size * resolution / 72.0 + 0.5; |