entry: Drop an unused variable

This commit is contained in:
Matthias Clasen 2015-06-13 17:57:09 -04:00
parent 047ad11353
commit 8cbed0b04a

View File

@ -126,7 +126,6 @@
((pos) == GTK_ENTRY_ICON_PRIMARY || \
(pos) == GTK_ENTRY_ICON_SECONDARY)
static const GtkBorder default_inner_border = { 2, 2, 2, 2 };
static GQuark quark_inner_border = 0;
static GQuark quark_password_hint = 0;
static GQuark quark_cursor_hadjustment = 0;