cleaned up compiler warnings

This commit is contained in:
Chris Forbes
2010-02-18 20:32:34 +13:00
parent c4329aec29
commit 3237485055
26 changed files with 31 additions and 83 deletions

View File

@@ -109,12 +109,5 @@ namespace OpenRa.FileFormats
items[intoLevel][intoIndex] = At(downLevel, downIndex);
BubbleInto(downLevel, downIndex, val);
}
int RowLength(int i)
{
if (i == level)
return index;
return (1 << i);
}
}
}