summaryrefslogtreecommitdiff
path: root/indra/newview/llsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsurface.h')
-rw-r--r--indra/newview/llsurface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llsurface.h b/indra/newview/llsurface.h
index c806d804f1..4e57d7017d 100644
--- a/indra/newview/llsurface.h
+++ b/indra/newview/llsurface.h
@@ -217,9 +217,6 @@ protected:
F32 mMetersPerGrid; // Converts (i,j) indecies to distance
F32 mMetersPerEdge; // = mMetersPerGrid * (mGridsPerEdge-1)
- F32 mSurfaceTexScale; // Scale factors for automatic tex coord generation
- F32 mDetailTexScale;
-
LLPatchVertexArray mPVArray;
BOOL mHasZData; // We've received any patch data for this surface.