mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* minor: zap some more compilation warnings
This commit is contained in:
@@ -735,10 +735,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||
return Util.UIntsToLong(reg.RegionLocX, reg.RegionLocY);
|
||||
}
|
||||
|
||||
private ulong GetOSCompatibleRegionHandle(uint x, uint y)
|
||||
{
|
||||
return Util.UIntsToLong(x, y);
|
||||
}
|
||||
// private ulong GetOSCompatibleRegionHandle(uint x, uint y)
|
||||
// {
|
||||
// return Util.UIntsToLong(x, y);
|
||||
// }
|
||||
|
||||
// private ulong GetOSCompatibleRegionHandle(ulong regionhandle)
|
||||
// {
|
||||
@@ -753,10 +753,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||
// return Util.UIntsToLong((reg.RegionLocX * (uint)Constants.RegionSize), (reg.RegionLocY * (uint)Constants.RegionSize));
|
||||
// }
|
||||
|
||||
private ulong GetOGPCompatibleRegionHandle(uint x, uint y)
|
||||
{
|
||||
return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize));
|
||||
}
|
||||
// private ulong GetOGPCompatibleRegionHandle(uint x, uint y)
|
||||
// {
|
||||
// return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize));
|
||||
// }
|
||||
|
||||
// private ulong GetOGPCompatibleRegionHandle(ulong regionhandle)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user