remove args and windows logic from all set_up_apple_events

This commit is contained in:
2024-06-12 22:38:31 -06:00
parent cb62505e8d
commit 4fa4f0b92b
13 changed files with 18 additions and 54 deletions

View File

@@ -238,7 +238,7 @@ void process_args(int argc, char* argv[]) {
}
void init_boe(int argc, char* argv[]) {
set_up_apple_events(argc, argv);
set_up_apple_events();
init_directories(argv[0]);
check_for_intel();
process_args(argc, argv);