shell: Remove unused variable

https://bugzilla.gnome.org/show_bug.cgi?id=692821
This commit is contained in:
Rui Matos 2013-01-30 08:30:41 +01:00
parent 0a1ae7a719
commit 75944f3ac5

View file

@ -86,8 +86,6 @@ struct _GnomeControlCenterPrivate
GtkWidget *search_view;
gchar *filter_string;
guint32 last_time;
gchar *default_window_title;
gchar *default_window_icon;
@ -643,8 +641,6 @@ search_entry_key_press_event_cb (GtkEntry *entry,
path = gtk_tree_path_new_first ();
priv->last_time = event->time;
gtk_icon_view_item_activated (GTK_ICON_VIEW (priv->search_view), path);
gtk_tree_path_free (path);