diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-01 11:31:45 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-01 11:31:45 -0500 |
commit | f4473528eb3f37b4bec3c4cda2a83d9ca94ab133 (patch) | |
tree | f3d0f0b3188e42b2551c879becdb764bbaa35c26 /indra | |
parent | 4261cbba783359e71b691d6e0e9477ce53f60251 (diff) |
SL-17485 Remove unused members to make mac build happy.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index d811b32f4f..64ccbf5e4a 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -552,8 +552,6 @@ private: S32 mRequestedDiscard; S32 mLoadedDiscard; S32 mDecodedDiscard; - S32 mFullWidth; - S32 mFullHeight; LLFrameTimer mRequestedDeltaTimer; LLFrameTimer mFetchDeltaTimer; LLTimer mCacheReadTimer; |