Remove rl_initialise per @iceman1001 comment in #497

This commit is contained in:
Michael Farrell 2018-03-21 22:29:25 +11:00
commit 14cfe2ac17

View file

@ -288,9 +288,6 @@ int main(int argc, char* argv[]) {
char *script_cmds_file = NULL; char *script_cmds_file = NULL;
char *script_cmd = NULL; char *script_cmd = NULL;
// Must be before the first PrintAndLog call, for rl_redisplay
rl_initialize();
if (argc < 2) { if (argc < 2) {
show_help(true, argv[0]); show_help(true, argv[0]);
return 1; return 1;