diff options
author | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
commit | 646df0dc2cf8775b3debaf9c6d3415d55394b404 (patch) | |
tree | d914eb42e333d95c0f727381005653bc755e5731 /OpenSim/Framework/PrimitiveBaseShape.cs | |
parent | *Added all the permission checks to the sceneexternalchecks and modified perm... (diff) | |
download | opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.zip opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.gz opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.bz2 opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.xz |
* remove 2 warnings.
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 58a7ec6..46181f1 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -422,7 +422,6 @@ namespace OpenSim.Framework | |||
422 | bool lGotSculpt = false; | 422 | bool lGotSculpt = false; |
423 | 423 | ||
424 | int i = 0; | 424 | int i = 0; |
425 | int totalLength = 1; | ||
426 | byte extraParamCount = data[i++]; | 425 | byte extraParamCount = data[i++]; |
427 | 426 | ||
428 | 427 | ||