diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-11-30 13:54:39 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-11-30 14:26:45 +0200 |
commit | 8b9c44b2155785ead99c7e99a21348a0712ccb15 (patch) | |
tree | a51e89a87f7c89812368d9da4733e510302ea1d4 /indra/newview | |
parent | 27dae1d96753634c40619af8bc5b982f5238289b (diff) |
Mac buildfix
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerparceloverlay.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerparceloverlay.cpp b/indra/newview/llviewerparceloverlay.cpp index d924bdb5fc..5a2b7e4c2f 100755 --- a/indra/newview/llviewerparceloverlay.cpp +++ b/indra/newview/llviewerparceloverlay.cpp @@ -51,8 +51,6 @@ static const U8 OVERLAY_IMG_COMPONENTS = 4; -static const S32 FLOATS_PER_VERTEX = LENGTHOFVECTOR3; -static const S32 BYTES_PER_COLOR = LENGTHOFCOLOR4U; static const F32 LINE_WIDTH = 0.0625f; LLViewerParcelOverlay::LLViewerParcelOverlay(LLViewerRegion* region, F32 region_width_meters) |