Skip to content

Commit

Permalink
Removed duplicate info command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Jan 7, 2024
1 parent 97daf36 commit fcf3190
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ int main(int argc, char **argv)
closeLibraries();
return 0;
}
if (argv[1][0] == '?')
{
info();
return 0;
}
if ((int)ReadArgs((UBYTE *)"GUI/A", (LONG *)argv, NULL) > 0 && argc >= 3){
if (openLibraries())
{
Expand Down

0 comments on commit fcf3190

Please sign in to comment.