changeset 17060:c3b2a44484e1

Remove the fatal-asserts thingies.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 11 May 2007 21:09:24 +0000
parents f1abdde52538
children 4ce5f452e0df
files finch/finch.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/finch/finch.c	Fri May 11 21:08:47 2007 +0000
+++ b/finch/finch.c	Fri May 11 21:09:24 2007 +0000
@@ -214,11 +214,6 @@
 		{0, 0, 0, 0}
 	};
 
-#ifdef PURPLE_FATAL_ASSERTS
-	/* Make g_return_... functions fatal. */
-	g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL);
-#endif
-
 #ifdef ENABLE_NLS
 	bindtextdomain(PACKAGE, LOCALEDIR);
 	bind_textdomain_codeset(PACKAGE, "UTF-8");