diff options
Diffstat (limited to 'OpenSim/Framework/Data/GridData.cs')
-rw-r--r-- | OpenSim/Framework/Data/GridData.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Data/GridData.cs b/OpenSim/Framework/Data/GridData.cs index 6072600..ee6f18a 100644 --- a/OpenSim/Framework/Data/GridData.cs +++ b/OpenSim/Framework/Data/GridData.cs | |||
@@ -78,9 +78,6 @@ namespace OpenSim.Framework.Data | |||
78 | /// <returns>An array containing all the sim profiles in the specified range</returns> | 78 | /// <returns>An array containing all the sim profiles in the specified range</returns> |
79 | RegionProfileData[] GetProfilesInRange(uint Xmin, uint Ymin, uint Xmax, uint Ymax); | 79 | RegionProfileData[] GetProfilesInRange(uint Xmin, uint Ymin, uint Xmax, uint Ymax); |
80 | 80 | ||
81 | |||
82 | List<AvatarPickerAvatar> GeneratePickerResults(LLUUID queryID, string query); | ||
83 | |||
84 | /// <summary> | 81 | /// <summary> |
85 | /// Authenticates a sim by use of its recv key. | 82 | /// Authenticates a sim by use of its recv key. |
86 | /// WARNING: Insecure | 83 | /// WARNING: Insecure |