mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
a11y: Remove unused variable
This commit is contained in:
parent
2fdd420e78
commit
70ff97e812
@ -378,12 +378,8 @@ create_cell_accessible (GtkTreeView *treeview,
|
|||||||
*/
|
*/
|
||||||
if (g_list_length (renderer_list) != 1)
|
if (g_list_length (renderer_list) != 1)
|
||||||
{
|
{
|
||||||
GtkCellAccessible *container_cell;
|
|
||||||
|
|
||||||
container = gtk_container_cell_accessible_new ();
|
container = gtk_container_cell_accessible_new ();
|
||||||
|
_gtk_cell_accessible_initialize (GTK_CELL_ACCESSIBLE (container), GTK_WIDGET (treeview), ATK_OBJECT (accessible));
|
||||||
container_cell = GTK_CELL_ACCESSIBLE (container);
|
|
||||||
_gtk_cell_accessible_initialize (container_cell, GTK_WIDGET (treeview), ATK_OBJECT (accessible));
|
|
||||||
|
|
||||||
parent = ATK_OBJECT (container);
|
parent = ATK_OBJECT (container);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user