shell: Remove unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=692821
This commit is contained in:
parent
0a1ae7a719
commit
75944f3ac5
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue