diff libgaim/connection.c @ 14607:f23506e8f812

[gaim-migrate @ 17335] Get rid of some checks to make sure gc is valid. They shouldn't be necessary (and a lot of them were poorly implemented anyway). Let me know if you notice any crashes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 22 Sep 2006 05:42:01 +0000
parents f283ebe419e4
children 4124030c3f3a
line wrap: on
line diff
--- a/libgaim/connection.c	Thu Sep 21 21:56:19 2006 +0000
+++ b/libgaim/connection.c	Fri Sep 22 05:42:01 2006 +0000
@@ -428,7 +428,6 @@
 	GaimConnectionUiOps *ops;
 
 	g_return_if_fail(gc   != NULL);
-	g_return_if_fail(GAIM_CONNECTION_IS_VALID(gc));
 	g_return_if_fail(text != NULL);
 
 	/* If we've already got one error, we don't need any more */