Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
352448bc
Commit
352448bc
authored
Dec 18, 2018
by
Simon Spannagel
Browse files
Big change: remove inheritance of global configuration
parent
7c9e4121
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/module/ModuleManager.cpp
View file @
352448bc
...
...
@@ -235,9 +235,6 @@ void ModuleManager::load_modules() {
std
::
string
global_dir
=
gSystem
->
pwd
();
config
.
set
<
std
::
string
>
(
"_global_dir"
,
global_dir
);
// Merge the global configuration into the modules config:
config
.
merge
(
global_config
);
// Create the modules from the library
std
::
vector
<
std
::
pair
<
ModuleIdentifier
,
Module
*>>
mod_list
;
if
(
global
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment