aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/noice.c b/noice.c
index 2f58ffb..5249ca9 100644
--- a/noice.c
+++ b/noice.c
@@ -792,12 +792,8 @@ main(int argc, char *argv[])
/* Set locale before curses setup */
setlocale(LC_ALL, "");
-
initcurses();
-
browse(ipath, ifilter);
-
exitcurses();
-
exit(0);
}