minor: remove some mono compiler warnings in script regression tests

This commit is contained in:
Justin Clark-Casey (justincc)
2013-02-27 20:38:10 +00:00
parent 056f11c297
commit 61ba02e95f
2 changed files with 1 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
// Store an avatar with a different height from default in a notecard.
UUID userId = TestHelpers.ParseTail(0x1);
float firstHeight = 1.9f;
float secondHeight = 2.1f;
// float secondHeight = 2.1f;
string firstAppearanceNcName = "appearanceNc1";
string secondAppearanceNcName = "appearanceNc2";