diff libgaim/protocols/qq/sendqueue.c @ 14629:6b8bc59414f0

[gaim-migrate @ 17375] Get rid of these useless checks. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 26 Sep 2006 22:54:24 +0000
parents 60b1bc8dbf37
children c039c920e11c
line wrap: on
line diff
--- a/libgaim/protocols/qq/sendqueue.c	Tue Sep 26 21:37:37 2006 +0000
+++ b/libgaim/protocols/qq/sendqueue.c	Tue Sep 26 22:54:24 2006 +0000
@@ -46,8 +46,6 @@
 	GList *list;
 	qq_sendpacket *p;
 
-	g_return_if_fail(qd != NULL);
-
 	list = qd->sendqueue;
 	while (list != NULL) {
 		p = (qq_sendpacket *) (list->data);