diff options
author | Justin Clarke Casey | 2008-08-25 23:32:06 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-25 23:32:06 +0000 |
commit | 4aa204c8ea7dbedf503aa21a01e98071bdee9483 (patch) | |
tree | 0c50602d11d37a14afef6e1925c09c3ba40db317 | |
parent | Documentation, headers and all the normal stuff (diff) | |
download | opensim-SC_OLD-4aa204c8ea7dbedf503aa21a01e98071bdee9483.zip opensim-SC_OLD-4aa204c8ea7dbedf503aa21a01e98071bdee9483.tar.gz opensim-SC_OLD-4aa204c8ea7dbedf503aa21a01e98071bdee9483.tar.bz2 opensim-SC_OLD-4aa204c8ea7dbedf503aa21a01e98071bdee9483.tar.xz |
* minor: zap some more compilation warnings
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index ab6fe75..e2a46a1 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -735,10 +735,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
735 | return Util.UIntsToLong(reg.RegionLocX, reg.RegionLocY); | 735 | return Util.UIntsToLong(reg.RegionLocX, reg.RegionLocY); |
736 | } | 736 | } |
737 | 737 | ||
738 | private ulong GetOSCompatibleRegionHandle(uint x, uint y) | 738 | // private ulong GetOSCompatibleRegionHandle(uint x, uint y) |
739 | { | 739 | // { |
740 | return Util.UIntsToLong(x, y); | 740 | // return Util.UIntsToLong(x, y); |
741 | } | 741 | // } |
742 | 742 | ||
743 | // private ulong GetOSCompatibleRegionHandle(ulong regionhandle) | 743 | // private ulong GetOSCompatibleRegionHandle(ulong regionhandle) |
744 | // { | 744 | // { |
@@ -753,10 +753,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
753 | // return Util.UIntsToLong((reg.RegionLocX * (uint)Constants.RegionSize), (reg.RegionLocY * (uint)Constants.RegionSize)); | 753 | // return Util.UIntsToLong((reg.RegionLocX * (uint)Constants.RegionSize), (reg.RegionLocY * (uint)Constants.RegionSize)); |
754 | // } | 754 | // } |
755 | 755 | ||
756 | private ulong GetOGPCompatibleRegionHandle(uint x, uint y) | 756 | // private ulong GetOGPCompatibleRegionHandle(uint x, uint y) |
757 | { | 757 | // { |
758 | return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize)); | 758 | // return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize)); |
759 | } | 759 | // } |
760 | 760 | ||
761 | // private ulong GetOGPCompatibleRegionHandle(ulong regionhandle) | 761 | // private ulong GetOGPCompatibleRegionHandle(ulong regionhandle) |
762 | // { | 762 | // { |