mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Removing more compiler warnings
This commit is contained in:
@@ -343,7 +343,6 @@ using System;
|
||||
|
||||
Common.SendToDebug("Last OPCODE was return command. Code chunk execution complete.");
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -73,8 +73,6 @@ namespace OpenSim.Region.Scripting
|
||||
[Obsolete("Unimplemented")]
|
||||
public void osAddToLandPassList(Key avatar, float hours)
|
||||
{
|
||||
int parcelID = 0;
|
||||
|
||||
Vector myPosition = Task.Pos;
|
||||
Land myParcel = World.LandManager.getLandObject(myPosition.X, myPosition.Y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user