diff options
author | Justin Clarke Casey | 2008-12-17 18:42:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-17 18:42:23 +0000 |
commit | ff7c8551bab7c8a5b7a075c8899c8aeb51035b67 (patch) | |
tree | 75b0383457f6583c65ceeffa2bcbb1904f88e897 /OpenSim/Region/Environment/Scenes/ScenePresence.cs | |
parent | * minor: Comment out high volume 'Getting MapItems' messages (diff) | |
download | opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.zip opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.gz opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.bz2 opensim-SC_OLD-ff7c8551bab7c8a5b7a075c8899c8aeb51035b67.tar.xz |
* remove mono compiler warnings
* should work - the last compile failure looks like a random glitch...
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index c0779f2..8f6872e 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -1932,7 +1932,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
1932 | 1932 | ||
1933 | #region Overridden Methods | 1933 | #region Overridden Methods |
1934 | 1934 | ||
1935 | int x = 0; | ||
1936 | public override void Update() | 1935 | public override void Update() |
1937 | { | 1936 | { |
1938 | SendPrimUpdates(); | 1937 | SendPrimUpdates(); |
@@ -2436,7 +2435,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
2436 | // Next, let's close the child agent connections that are too far away. | 2435 | // Next, let's close the child agent connections that are too far away. |
2437 | CloseChildAgents(neighbourx, neighboury); | 2436 | CloseChildAgents(neighbourx, neighboury); |
2438 | 2437 | ||
2439 | AgentCircuitData circuitdata = m_controllingClient.RequestClientInfo(); | 2438 | //AgentCircuitData circuitdata = m_controllingClient.RequestClientInfo(); |
2439 | m_controllingClient.RequestClientInfo(); | ||
2440 | 2440 | ||
2441 | //Console.WriteLine("BEFORE CROSS"); | 2441 | //Console.WriteLine("BEFORE CROSS"); |
2442 | //Scene.DumpChildrenSeeds(UUID); | 2442 | //Scene.DumpChildrenSeeds(UUID); |