diff options
author | Melanie | 2012-03-22 20:10:38 +0000 |
---|---|---|
committer | Melanie | 2012-03-22 20:10:38 +0000 |
commit | 45b588cf008c514f461bf43c168dcdc9902b7bb9 (patch) | |
tree | 4400b38f11e37fbab0cad9540f0d03ad05840bac /OpenSim/Framework | |
parent | Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu... (diff) | |
download | opensim-SC_OLD-45b588cf008c514f461bf43c168dcdc9902b7bb9.zip opensim-SC_OLD-45b588cf008c514f461bf43c168dcdc9902b7bb9.tar.gz opensim-SC_OLD-45b588cf008c514f461bf43c168dcdc9902b7bb9.tar.bz2 opensim-SC_OLD-45b588cf008c514f461bf43c168dcdc9902b7bb9.tar.xz |
Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch."
This reverts commit 6146e7ef258b10888ad7464b72b75cca701e02c9.
Diffstat (limited to 'OpenSim/Framework')
-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); |