Remove a couple more compiler warnings by commenting unused variables.

This takes us down to 15 compiler warnings on a VS2005 C# build.
This commit is contained in:
Charles Krinke
2008-03-21 23:31:32 +00:00
parent 6ac21141c6
commit 2f3bb3b836
2 changed files with 8 additions and 3 deletions

View File

@@ -1164,7 +1164,8 @@ namespace OpenSim.Region.ClientStack
// 6 to 7 items at a time, so let's stick with 6
int MAX_ITEMS_PER_PACKET = 6;
uint FULL_MASK_PERMISSIONS = 2147483647;
//Ckrinke This variable is not used, so comment out to remove the warning from the compiler (3-21-08)
//Ckrinke uint FULL_MASK_PERMISSIONS = 2147483647;
if (fetchItems)
{