mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- disable survey code again.
This commit is contained in:
parent
30c49fb769
commit
79831526cd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
//#define NO_SEND_STATS
|
||||
#define NO_SEND_STATS
|
||||
#ifdef NO_SEND_STATS
|
||||
|
||||
void D_DoAnonStats()
|
||||
|
@ -306,7 +306,7 @@ static FString GetDeviceName()
|
|||
if (pos >= 0) device.Truncate(pos);
|
||||
}
|
||||
|
||||
auto pos = device.IndexOf("(LLVM");
|
||||
pos = device.IndexOf("(LLVM");
|
||||
if (pos >= 0) device.Truncate(pos);
|
||||
pos = device.IndexOf("(DRM");
|
||||
if (pos >= 0) device.Truncate(pos);
|
||||
|
|
Loading…
Reference in a new issue