diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-09-29 09:26:05 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-09-29 09:29:29 +0200 |
commit | 610a33d5c594c4de58f833c65cd71d48631ba3c1 (patch) | |
tree | 5ef3e6e729fd4e4fc8e5a1d444f2138dc36afc10 /src/nautilus-location-entry.c | |
parent | 0e1719b0c06ed8779013262ef4c7ea87040d1821 (diff) | |
download | nautilus-610a33d5c594c4de58f833c65cd71d48631ba3c1.tar.gz |
location-entry: remove unused variable
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r-- | src/nautilus-location-entry.c | 2 |
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)) |