Remove threading options from UI since they will do nothing now

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-03 20:36:33 +00:00
parent 3766f0bd42
commit 823ad6b53d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 22 deletions

View file

@ -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();