diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-11-30 17:15:27 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-12-01 08:57:17 -0700 |
commit | abd7d80048529fd971e1b65ea3afe0f7e78bd356 (patch) | |
tree | 45be0f3213f0e095d9a7929c693f4671c8b58e08 /indra | |
parent | 7a5ef999d01b05dd1574004d167dbd693cc56d1d (diff) |
SL-16386 skip void return
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvosurfacepatch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvosurfacepatch.cpp b/indra/newview/llvosurfacepatch.cpp index 8fbecbc7d7..b0af565867 100644 --- a/indra/newview/llvosurfacepatch.cpp +++ b/indra/newview/llvosurfacepatch.cpp @@ -60,7 +60,6 @@ public: void setupVertexBuffer(U32 data_mask) { LLVertexBuffer::setupVertexBuffer(data_mask & ~(MAP_TEXCOORD2 | MAP_TEXCOORD3)); - return; } }; |