mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Remove a lot of superfluous ifndef USE_CURL checks
This commit is contained in:
@@ -30,9 +30,7 @@ typedef Json::Value ServerListSpec;
|
||||
namespace ServerList
|
||||
{
|
||||
std::vector<ServerListSpec> getLocal();
|
||||
#if USE_CURL
|
||||
std::vector<ServerListSpec> getOnline();
|
||||
#endif
|
||||
bool deleteEntry(ServerListSpec server);
|
||||
bool insert(ServerListSpec server);
|
||||
std::vector<ServerListSpec> deSerialize(std::string liststring);
|
||||
|
Reference in New Issue
Block a user