diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SimStatsReporter.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SimStatsReporter.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs index a53bfcd..a150164 100644 --- a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs | |||
@@ -64,11 +64,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
64 | PendingDownloads = 19, | 64 | PendingDownloads = 19, |
65 | PendingUploads = 20, | 65 | PendingUploads = 20, |
66 | UnAckedBytes = 24, | 66 | UnAckedBytes = 24, |
67 | |||
68 | // Havok4 related... May or may not be in upcoming LLclients | ||
69 | // (kelly added them sometime late in January 2008) | ||
70 | NumRCCSLODReduced = 25, | ||
71 | NumRCCSFixed = 26 | ||
72 | } | 67 | } |
73 | 68 | ||
74 | // Sending a stats update every 3 seconds | 69 | // Sending a stats update every 3 seconds |