Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 17:43:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit15bcfc5b1993a38ce75d568aae434391680e6efe (patch)
treeb424c781234ba9b84664949888e3831e69be36ff /intern/opensubdiv/CMakeLists.txt
parent12c42738f3dad4c89d1b1b0935a4478c02005545 (diff)
OpenSubdiv: Cleanup, remove unused code
There is no need in edge map anymore.
Diffstat (limited to 'intern/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index efa8fccd8b6..3bd125f0a35 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -51,7 +51,6 @@ if(WITH_OPENSUBDIV)
list(APPEND SRC
# Base.
- internal/base/edge_map.h
internal/base/memory.h
internal/base/opensubdiv_capi.cc
internal/base/type.h