diff options
author | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-08 04:53:41 +1000 |
commit | e6734283dee37ee41ea82d190aa64d84f04215e9 (patch) | |
tree | d1fd9ac21c54d8cdd42370eff5566e05d7066bed /linden/indra/newview/llsurface.cpp | |
parent | Delete a big bunch of unused variables. (diff) | |
download | meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.zip meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.gz meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.bz2 meta-impy-e6734283dee37ee41ea82d190aa64d84f04215e9.tar.xz |
More unused variable deletion.
Diffstat (limited to 'linden/indra/newview/llsurface.cpp')
-rw-r--r-- | linden/indra/newview/llsurface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llsurface.cpp b/linden/indra/newview/llsurface.cpp index 5a99e66..8692c80 100644 --- a/linden/indra/newview/llsurface.cpp +++ b/linden/indra/newview/llsurface.cpp | |||
@@ -1262,8 +1262,6 @@ BOOL LLSurface::generateWaterTexture(const F32 x, const F32 y, | |||
1262 | y_end = tex_width; | 1262 | y_end = tex_width; |
1263 | } | 1263 | } |
1264 | 1264 | ||
1265 | LLVector3d origin_global = from_region_handle(getRegion()->getHandle()); | ||
1266 | |||
1267 | // OK, for now, just have the composition value equal the height at the point. | 1265 | // OK, for now, just have the composition value equal the height at the point. |
1268 | LLVector3 location; | 1266 | LLVector3 location; |
1269 | LLColor4U coloru; | 1267 | LLColor4U coloru; |