summary refs log tree commit diff stats
path: root/src/fe-text
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-04-27 06:32:30 -0400
committerTingPing <tingping@tingping.se>2013-04-27 06:32:30 -0400
commit565a4927242ad84430b247f3e3939cf75ceb986d (patch)
treeea8b7d4eab39e8a471bf1e389f14db3dfd86da04 /src/fe-text
parent6982bbfef96cb6e42ca8f5f330b5fa4665ca388c (diff)
Reverts commit d964af81428a6d768aeb96906eb0538a30d919ca
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/fe-text.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c
index 883a178c..bff86bfd 100644
--- a/src/fe-text/fe-text.c
+++ b/src/fe-text/fe-text.c
@@ -485,7 +485,7 @@ fe_args (int argc, char *argv[])
 	context = g_option_context_new (NULL);
 	g_option_context_add_main_entries (context, gopt_entries, GETTEXT_PACKAGE);
 	g_option_context_parse (context, &argc, &argv, &error);
-	
+
 	if (error)
 	{
 		if (error->message)
@@ -535,19 +535,6 @@ fe_args (int argc, char *argv[])
 		g_free (arg_cfgdir);
 	}
 
-#if ! GLIB_CHECK_VERSION (2, 36, 0)
-	g_type_init ();
-#endif
-	
-#ifndef WIN32
-#ifndef __EMX__
-		/* OS/2 uses UID 0 all the time */
-		if (getuid () == 0)
-			fe_message (_("* Running IRC as root is stupid! You should\n"
-							"  create a User Account and use that to login.\n"), FE_MSG_WARN|FE_MSG_WAIT);
-#endif
-#endif /* !WIN32 */
-
 	return -1;
 }