From 8e470033ab9a2ae8a61f0a0d4555f6b7bbe6081e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 16 Oct 2019 11:18:12 +0200 Subject: OpenSubdiv: Cleanup, remove unused evaluator member --- intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc index 515a01e4718..c870df7ab5d 100644 --- a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc +++ b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc @@ -278,7 +278,6 @@ class VolatileEvalOutput { src_data_ = SRC_VERTEX_BUFFER::Create(3, num_total_vertices, device_context_); src_varying_data_ = SRC_VERTEX_BUFFER::Create(3, num_total_vertices, device_context_); patch_table_ = PATCH_TABLE::Create(patch_table, device_context_); - patch_coords_ = NULL; vertex_stencils_ = convertToCompatibleStencilTable(vertex_stencils, device_context_); varying_stencils_ = convertToCompatibleStencilTable(varying_stencils, @@ -474,7 +473,6 @@ class VolatileEvalOutput { private: SRC_VERTEX_BUFFER *src_data_; SRC_VERTEX_BUFFER *src_varying_data_; - PatchCoordBuffer *patch_coords_; PATCH_TABLE *patch_table_; BufferDescriptor src_desc_; BufferDescriptor src_varying_desc_; -- cgit v1.2.3