mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Drop speed tests and some other unused code from clientlauncher.cpp
This commit is contained in:
parent
6aa4f14a28
commit
89eabb5803
3 changed files with 2 additions and 124 deletions
|
@ -379,8 +379,6 @@ static void set_allowed_options(OptionList *allowed_options)
|
|||
allowed_options->insert(std::make_pair("recompress", ValueSpec(VALUETYPE_FLAG,
|
||||
_("Recompress the blocks of the given map database."))));
|
||||
#ifndef SERVER
|
||||
allowed_options->insert(std::make_pair("speedtests", ValueSpec(VALUETYPE_FLAG,
|
||||
_("Run speed tests"))));
|
||||
allowed_options->insert(std::make_pair("address", ValueSpec(VALUETYPE_STRING,
|
||||
_("Address to connect to. ('' = local game)"))));
|
||||
allowed_options->insert(std::make_pair("random-input", ValueSpec(VALUETYPE_FLAG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue