* minor: zap some more compilation warnings

This commit is contained in:
Justin Clarke Casey
2008-08-25 23:32:06 +00:00
parent 43ab833be0
commit 4aa204c8ea

View File

@@ -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)
// {