[Opensim-dev] [Opensim-commits] r5988 - trunk/OpenSim/Region/Environment/Modules/InterGrid

Sean Dague sdague at gmail.com
Tue Aug 26 03:36:32 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

justincc at opensimulator.org wrote:
> Author: justincc
> Date: 2008-08-25 16:32:06 -0700 (Mon, 25 Aug 2008)
> New Revision: 5988
> 
> Modified:
>    trunk/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs
> Log:
> * minor: zap some more compilation warnings
> 
> 
> Modified: trunk/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs
> ===================================================================
> --- trunk/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs	2008-08-25 23:31:50 UTC (rev 5987)
> +++ trunk/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs	2008-08-25 23:32:06 UTC (rev 5988)
> @@ -735,10 +735,10 @@
>              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 @@
>  //            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));
> +//        }

Can these be deleted instead of commented out?  It would be good to get
rid of them if they aren't used any more, just to keep our cruft levels
down.

	-Sean

- --
Sean Dague / Neas Bade
sdague at gmail.com
http://dague.net

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIs3pASamXem9TdyYRAplIAJ4uq1nTlMA9hMVqUWKllf0KPJ2eEACZAYzo
a/vmAnDG2WR8P0zfw870NVY=
=o/Gi
-----END PGP SIGNATURE-----



More information about the Opensim-dev mailing list