Skip to content
Snippets Groups Projects
Commit 807095b6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove deprecated -i option.

parent 6593a8cd
Branches
Tags
No related merge requests found
......@@ -1518,10 +1518,6 @@ int main(int argc, char **argv)
case 'C':
ciolib_mode=CIOLIB_MODE_CURSES;
break;
case 0:
printf("NOTICE: The -i option is depreciated, use -if instead\r\n");
SLEEP(2000);
/* Fall-through */
case 'F':
ciolib_mode=CIOLIB_MODE_CURSES_IBM;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment