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:
authorAndrea Weikert <elubie@gmx.net>2010-11-07 20:14:10 +0300
committerAndrea Weikert <elubie@gmx.net>2010-11-07 20:14:10 +0300
commita9f96d1adcb7922ffa1f4fa2cabd90c15769b1f0 (patch)
tree5b5497a2310c81e28d36b0d79023b7eeb8b9bb29 /source/blender/editors/space_file/CMakeLists.txt
parentf5ffb189328abe65a49d7ab3ffc8cc7ef7ada6b2 (diff)
fix ford last commit - also remove file from CMakeLists.txt
Diffstat (limited to 'source/blender/editors/space_file/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_file/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/CMakeLists.txt b/source/blender/editors/space_file/CMakeLists.txt
index 3130e6d6c14..a4b402cce43 100644
--- a/source/blender/editors/space_file/CMakeLists.txt
+++ b/source/blender/editors/space_file/CMakeLists.txt
@@ -41,7 +41,6 @@ SET(SRC
filesel.c
fsmenu.c
space_file.c
- writeimage.c
)
IF(WITH_IMAGE_OPENEXR)