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:
authorCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:53 +0300
commit2ee37e9031ecd824526e0bb466d9ecea43a12671 (patch)
treec9c498c0c4164cc5c97c76e9a8b73c36d8af097c
parent499fec6f79a26c9c9d2d61b90bda2e4cec424f81 (diff)
Cleanup: remove redundant/unused assignment
SRC was being assigned invalid values then overwritten.
-rw-r--r--source/blender/editors/io/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index e4f17c1b6ac..83cdba4e54b 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -39,19 +39,6 @@ set(INC_SYS
set(SRC
io_alembic.c
- ../../io/usd
- ../../makesdna
- ../../makesrna
- ../../windowmanager
- ../../../../intern/guardedalloc
-)
-
-set(INC_SYS
-
-)
-
-set(SRC
- io_alembic.c
io_cache.c
io_collada.c
io_gpencil_export.c