Skip to content

Commit b4fc120

Browse files
committed
Move SDR config values to an SDR file
P4:9166335 (cherry picked from commit 60f61d3)
1 parent 1812563 commit b4fc120

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/steamnetworkingsockets/steamnetworkingsockets_internal.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -952,18 +952,6 @@ namespace GlobalConfig
952952
extern GlobalConfigValue<void*> Callback_MessagesSessionFailed;
953953
#endif
954954

955-
#ifdef STEAMNETWORKINGSOCKETS_ENABLE_SDR
956-
extern GlobalConfigValue<int32> SDRClient_ConsecutitivePingTimeoutsFailInitial;
957-
extern GlobalConfigValue<int32> SDRClient_ConsecutitivePingTimeoutsFail;
958-
extern GlobalConfigValue<int32> SDRClient_MinPingsBeforePingAccurate;
959-
extern GlobalConfigValue<int32> SDRClient_LimitPingProbesToNearestN;
960-
extern GlobalConfigValue<int32> SDRClient_SingleSocket;
961-
extern GlobalConfigValue<int32> LogLevel_SDRRelayPings;
962-
extern GlobalConfigValue<std::string> SDRClient_ForceRelayCluster;
963-
extern GlobalConfigValue<std::string> SDRClient_ForceProxyAddr;
964-
extern GlobalConfigValue<std::string> SDRClient_FakeClusterPing;
965-
#endif
966-
967955
#ifdef STEAMNETWORKINGSOCKETS_ENABLE_DIAGNOSTICSUI
968956
extern ConnectionConfigDefaultValue<int32> EnableDiagnosticsUI;
969957
#endif

0 commit comments

Comments
 (0)