diff options
Diffstat (limited to 'linden/indra/newview/llsurface.h')
-rw-r--r-- | linden/indra/newview/llsurface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llsurface.h b/linden/indra/newview/llsurface.h index d8da6fc..ebd8595 100644 --- a/linden/indra/newview/llsurface.h +++ b/linden/indra/newview/llsurface.h | |||
@@ -217,9 +217,6 @@ protected: | |||
217 | F32 mMetersPerGrid; // Converts (i,j) indecies to distance | 217 | F32 mMetersPerGrid; // Converts (i,j) indecies to distance |
218 | F32 mMetersPerEdge; // = mMetersPerGrid * (mGridsPerEdge-1) | 218 | F32 mMetersPerEdge; // = mMetersPerGrid * (mGridsPerEdge-1) |
219 | 219 | ||
220 | F32 mSurfaceTexScale; // Scale factors for automatic tex coord generation | ||
221 | F32 mDetailTexScale; | ||
222 | |||
223 | LLPatchVertexArray mPVArray; | 220 | LLPatchVertexArray mPVArray; |
224 | 221 | ||
225 | BOOL mHasZData; // We've received any patch data for this surface. | 222 | BOOL mHasZData; // We've received any patch data for this surface. |