Remove two warnings with unused variables.
parent
6ecc1066b1
commit
39684496eb
|
@ -1849,7 +1849,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||||
public void llModifyLand(int action, int brush)
|
public void llModifyLand(int action, int brush)
|
||||||
{
|
{
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
double dsize;
|
|
||||||
if (World.PermissionsMngr.CanTerraform(m_host.OwnerID, new LLVector3(m_host.AbsolutePosition.X, m_host.AbsolutePosition.Y, 0)))
|
if (World.PermissionsMngr.CanTerraform(m_host.OwnerID, new LLVector3(m_host.AbsolutePosition.X, m_host.AbsolutePosition.Y, 0)))
|
||||||
{
|
{
|
||||||
NotImplemented("llModifyLand");
|
NotImplemented("llModifyLand");
|
||||||
|
@ -3461,7 +3460,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||||
|
|
||||||
int number = 0;
|
int number = 0;
|
||||||
int digit;
|
int digit;
|
||||||
int baddigit = 0;
|
|
||||||
|
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue