mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
remove unused style_get of vertical-separator. (#403165, Chris Wilson).
2007-02-02 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_row_changed): remove unused style_get of vertical-separator. (#403165, Chris Wilson). svn path=/trunk/; revision=17252
This commit is contained in:
parent
9e4745880a
commit
8f1eff60dd
@ -1,3 +1,8 @@
|
||||
2007-02-02 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_row_changed): remove unused
|
||||
style_get of vertical-separator. (#403165, Chris Wilson).
|
||||
|
||||
2007-02-02 Christian Persch <chpe@svn.gnome.org>
|
||||
|
||||
* gtk/gtkfilechoosersettings.c: (get_config_filename),
|
||||
|
@ -8066,7 +8066,6 @@ gtk_tree_view_row_changed (GtkTreeModel *model,
|
||||
GtkRBTree *tree;
|
||||
GtkRBNode *node;
|
||||
gboolean free_path = FALSE;
|
||||
gint vertical_separator;
|
||||
GList *list;
|
||||
GtkTreePath *cursor_path;
|
||||
|
||||
@ -8084,8 +8083,6 @@ gtk_tree_view_row_changed (GtkTreeModel *model,
|
||||
if (cursor_path != NULL)
|
||||
gtk_tree_path_free (cursor_path);
|
||||
|
||||
gtk_widget_style_get (GTK_WIDGET (data), "vertical-separator", &vertical_separator, NULL);
|
||||
|
||||
if (path == NULL)
|
||||
{
|
||||
path = gtk_tree_model_get_path (model, iter);
|
||||
|
Loading…
Reference in New Issue
Block a user