[nautilus] location-entry: remove unused variable



commit 610a33d5c594c4de58f833c65cd71d48631ba3c1
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Sep 29 09:26:05 2016 +0200

    location-entry: remove unused variable

 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 17f4a88..f2830ab 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))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]