chiark / gitweb /
-liconv where needed
[disorder] / disobedience / disobedience.c
index 793525c57cb379a78fed49d1f409d5c66c80a5f0..7c6ef3dc9d6e0a7d1a03eb724785d8b359f22305 100644 (file)
@@ -321,7 +321,6 @@ int main(int argc, char **argv) {
 
   mem_init(1);
   if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
-  /* Causes GTK+ to 0-fill lots of things, which helps the garbage collector. */
   gtk_init(&argc, &argv);
   gtk_rc_parse_string(style);
   while((n = getopt_long(argc, argv, "hVc:dtH", options, 0)) >= 0) {