diff options
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 09766b297e..af97f9fdce 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -153,9 +153,6 @@ protected: BOOL mTouched; //if set, this entry is valid, otherwise it is invalid. - static F32 sBackDistanceSquared; - static F32 sBackAngleTanSquared; - public: static U32 sMinFrameRange; }; |