* accessible.py (_getAndCache): Cleaned up: Fixed indent width and
[platform/core/uifw/at-spi2-atk.git] / libspi / util.c
index a95b781..5c77669 100644 (file)
@@ -66,7 +66,7 @@ spi_re_entrant_list_delete_link (GList * const *element_ptr)
   next = element->next;
   first_item = (element->prev == NULL);
 
-  element = g_list_remove_link (NULL, element);
+  g_list_remove_link (NULL, element);
 
   for (l = working_list; l; l = l->next)
     {