Codechange: C++11 STL has a function for getting the number of CPU cores.

This commit is contained in:
Michael Lutz
2019-03-17 15:14:17 +01:00
parent ae748166d0
commit 967b27a2c1
6 changed files with 1 additions and 66 deletions

View File

@@ -208,11 +208,6 @@ bool GetClipboardContents(char *buffer, const char *last)
const char *FS2OTTD(const char *name) {return name;}
const char *OTTD2FS(const char *name) {return name;}
uint GetCPUCoreCount()
{
return 1;
}
void OSOpenBrowser(const char *url)
{
// stub only