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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-03 12:32:36 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-08 21:18:54 +0300
commit74f4eb419c2d22287e39139fcc4142ed0e9b95a3 (patch)
treeb10ef12aeb4945dd0fc904586e886eb5523bbc95 /source/blender/blenloader/CMakeLists.txt
parente2e854d7511c66c269eb46309fc33ba9e8b3d8f4 (diff)
Cleanup: remove leftover game player code.
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 72fa155553d..f2b7f35d353 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -52,7 +52,6 @@ set(SRC
intern/blend_validate.c
intern/readblenentry.c
intern/readfile.c
- intern/runtime.c
intern/undofile.c
intern/versioning_250.c
intern/versioning_260.c
@@ -64,7 +63,6 @@ set(SRC
BLO_blend_defs.h
BLO_readfile.h
- BLO_runtime.h
BLO_undofile.h
BLO_writefile.h
intern/readfile.h