diff options
Diffstat (limited to 'OpenSim/Framework/ILandObject.cs')
-rw-r--r-- | OpenSim/Framework/ILandObject.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/ILandObject.cs b/OpenSim/Framework/ILandObject.cs index 33aad9b..dd73b3f 100644 --- a/OpenSim/Framework/ILandObject.cs +++ b/OpenSim/Framework/ILandObject.cs | |||
@@ -63,7 +63,6 @@ namespace OpenSim.Framework | |||
63 | bool ContainsPoint(int x, int y); | 63 | bool ContainsPoint(int x, int y); |
64 | 64 | ||
65 | ILandObject Copy(); | 65 | ILandObject Copy(); |
66 | ILandObject MemberwiseCopy(); | ||
67 | 66 | ||
68 | void SendLandUpdateToAvatarsOverMe(); | 67 | void SendLandUpdateToAvatarsOverMe(); |
69 | 68 | ||
@@ -71,7 +70,6 @@ namespace OpenSim.Framework | |||
71 | void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client); | 70 | void UpdateLandProperties(LandUpdateArgs args, IClientAPI remote_client); |
72 | bool IsEitherBannedOrRestricted(UUID avatar); | 71 | bool IsEitherBannedOrRestricted(UUID avatar); |
73 | bool IsBannedFromLand(UUID avatar); | 72 | bool IsBannedFromLand(UUID avatar); |
74 | bool IsAllowedInLand(UUID avatar); | ||
75 | bool IsRestrictedFromLand(UUID avatar); | 73 | bool IsRestrictedFromLand(UUID avatar); |
76 | void SendLandUpdateToClient(IClientAPI remote_client); | 74 | void SendLandUpdateToClient(IClientAPI remote_client); |
77 | void SendLandUpdateToClient(bool snap_selection, IClientAPI remote_client); | 75 | void SendLandUpdateToClient(bool snap_selection, IClientAPI remote_client); |