pidgin/pidgin

97bddd687cf8
Parents dd1528f03f59
Children 14857ad5b6b7
facebook: removed unused variable in glibcompat function
--- a/libpurple/glibcompat.h Sat Aug 15 21:21:10 2015 -0400
+++ b/libpurple/glibcompat.h Mon Aug 17 16:20:38 2015 -0400
@@ -68,7 +68,6 @@
{
GSList *ret = NULL;
GSList *l;
- gpointer *ptr;
if (G_UNLIKELY(func == NULL))
return g_slist_copy(list);