Blob Blame History Raw
--- yelp-2.15.91/src/yelp-main.c.use-pango	2006-08-29 12:18:35.000000000 -0400
+++ yelp-2.15.91/src/yelp-main.c	2006-08-29 12:19:07.000000000 -0400
@@ -403,18 +403,6 @@
         }
 
 	if (private || !main_is_running ()) {
-		const gchar          *env;
-
-		/* workaround for bug #329461 */
-		env = g_getenv ("MOZ_ENABLE_PANGO");
-		
-		if (env == NULL ||
-		    *env == '\0' ||
-		    g_str_equal(env, "0")) 
-			{
-				g_setenv ("MOZ_DISABLE_PANGO", "1", TRUE);
-			}
-		
 		if (session_started) {
 			main_restore_session ();
 		} else {