diff options
author | Charles Krinke | 2008-03-08 23:12:25 +0000 |
---|---|---|
committer | Charles Krinke | 2008-03-08 23:12:25 +0000 |
commit | 39684496eb6c949891edf716f57540189ae4af7c (patch) | |
tree | 1c464019524aeea3ec1efe907bad596f32ac4b1c /OpenSim | |
parent | * Added Thermal Weathering paint brush to Terrain Module. (diff) | |
download | opensim-SC_OLD-39684496eb6c949891edf716f57540189ae4af7c.zip opensim-SC_OLD-39684496eb6c949891edf716f57540189ae4af7c.tar.gz opensim-SC_OLD-39684496eb6c949891edf716f57540189ae4af7c.tar.bz2 opensim-SC_OLD-39684496eb6c949891edf716f57540189ae4af7c.tar.xz |
Remove two warnings with unused variables.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 1434f8a..17fd862 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -1849,7 +1849,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1849 | public void llModifyLand(int action, int brush) | 1849 | public void llModifyLand(int action, int brush) |
1850 | { | 1850 | { |
1851 | m_host.AddScriptLPS(1); | 1851 | m_host.AddScriptLPS(1); |
1852 | double dsize; | ||
1853 | if (World.PermissionsMngr.CanTerraform(m_host.OwnerID, new LLVector3(m_host.AbsolutePosition.X, m_host.AbsolutePosition.Y, 0))) | 1852 | if (World.PermissionsMngr.CanTerraform(m_host.OwnerID, new LLVector3(m_host.AbsolutePosition.X, m_host.AbsolutePosition.Y, 0))) |
1854 | { | 1853 | { |
1855 | NotImplemented("llModifyLand"); | 1854 | NotImplemented("llModifyLand"); |
@@ -3461,7 +3460,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
3461 | 3460 | ||
3462 | int number = 0; | 3461 | int number = 0; |
3463 | int digit; | 3462 | int digit; |
3464 | int baddigit = 0; | ||
3465 | 3463 | ||
3466 | m_host.AddScriptLPS(1); | 3464 | m_host.AddScriptLPS(1); |
3467 | 3465 | ||