X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d1694464b875e336ac335741596b15361929f630..3a8b42d3b8549afa2da08757107f43c41d19ae0c:/disobedience/disobedience.c diff --git a/disobedience/disobedience.c b/disobedience/disobedience.c index 793525c..7c6ef3d 100644 --- a/disobedience/disobedience.c +++ b/disobedience/disobedience.c @@ -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) {