diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index b3156d1f..da89be1f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -122,9 +122,6 @@ void InitGlobalBasicEnv(const GFCxtWPtr &p_ctx, bool gui_mode) { // change path to search for related InitGlobalPathEnv(); - // init application - ctx->InitApplication(); - // should load module system first Module::ModuleInitArgs module_init_args; module_init_args.log_level = ctx->log_level; |