summaryrefslogtreecommitdiff
path: root/src/nautilus-location-entry.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-09-29 09:26:05 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-09-29 09:29:29 +0200
commit610a33d5c594c4de58f833c65cd71d48631ba3c1 (patch)
tree5ef3e6e729fd4e4fc8e5a1d444f2138dc36afc10 /src/nautilus-location-entry.c
parent0e1719b0c06ed8779013262ef4c7ea87040d1821 (diff)
downloadnautilus-610a33d5c594c4de58f833c65cd71d48631ba3c1.tar.gz
location-entry: remove unused variable
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r--src/nautilus-location-entry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c
index 17f4a8846..f2830ab78 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -648,13 +648,11 @@ static gboolean
nautilus_location_entry_on_key_press (GtkWidget *widget,
GdkEventKey *event)
{
- NautilusLocationEntry *entry;
GtkEditable *editable;
GtkWidgetClass *parent_widget_class;
int position;
gboolean result;
- entry = NAUTILUS_LOCATION_ENTRY (widget);
editable = GTK_EDITABLE (widget);
if (!gtk_editable_get_editable (editable))