Remove threading options from UI since they will do nothing now
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3766f0bd42
commit
823ad6b53d
2 changed files with 0 additions and 22 deletions
|
@ -91,11 +91,6 @@ struct Initializer
|
|||
#ifdef HEADLESS
|
||||
settings::headless = true;
|
||||
#endif
|
||||
#ifdef __MOD_DEVICES__
|
||||
settings::threadCount = 3;
|
||||
#else
|
||||
settings::threadCount = 0;
|
||||
#endif
|
||||
|
||||
system::init();
|
||||
logger::init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue