diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-icon-entry.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/widgets/ephy-icon-entry.c b/lib/widgets/ephy-icon-entry.c index 898b8cadb..1ab2dc0b6 100644 --- a/lib/widgets/ephy-icon-entry.c +++ b/lib/widgets/ephy-icon-entry.c @@ -75,12 +75,6 @@ ephy_icon_entry_get_borders (GtkWidget *widget, *xborder = entry->style->xthickness; *yborder = entry->style->ythickness; - /* While GtkEntry does this only when !interior-focus, we need this even - * with interior-focus, since otherwise we end up being too small. - */ - *xborder += focus_width; - *yborder += focus_width; - if (!interior_focus) { *xborder += focus_width; |