[studio/applib] Cleanup

This commit is contained in:
Gary Talent 2023-12-10 22:18:48 -06:00
parent d06412a6fe
commit d54853a8b5

View File

@ -79,15 +79,6 @@ ox::Error run(
return err;
}
struct StudioOptions {
ox::String appName;
ox::String projectDataDir;
};
ox::Error run(StudioOptions &&opts, int argc = 0, const char **argv = nullptr) {
return run(opts.appName, opts.projectDataDir, argc, argv);
}
}
namespace olympic {