Searched refs:todel (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dgradient-tool.cpp390 GSList *todel = NULL; local
404 if (g_slist_find(todel, stop0) || g_slist_find(todel, stop2))
420 todel = g_slist_prepend (todel, stop1);
425 for (i = todel; i != NULL; i = i->next) {
432 if (g_slist_length(todel) > 0) {
439 g_slist_free (todel);

Completed in 165 milliseconds