oh that was redundant

This commit is contained in:
lif 2024-03-03 01:02:45 -08:00
parent 49a14d651e
commit f3236168f0
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -148,7 +148,6 @@ int SDL_AppInit(int argc, char *argv[]) {
int i;
struct mArguments args;
memset(&args, 0, sizeof(args));
bool parsed = mArgumentsParse(&args, argc, argv, NULL, 0);
/* Enable standard application logging */