* Remove unused film_response table code.
This commit is contained in:
Thomas Dinges
2013-05-09 14:21:36 +00:00
parent ce40e7fe27
commit 13bcf0c104
2 changed files with 0 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ cycles.Depends('../../source/blender/makesrna/intern/RNA_blender_cpp.h', 'makesr
sources = cycles.Glob('bvh/*.cpp') + cycles.Glob('device/*.cpp') + cycles.Glob('kernel/*.cpp') + cycles.Glob('render/*.cpp') + cycles.Glob('subd/*.cpp') + cycles.Glob('util/*.cpp') + cycles.Glob('blender/*.cpp')
sources.remove(path.join('util', 'util_view.cpp'))
sources.remove(path.join('render', 'film_response.cpp'))
sources.remove(path.join('kernel', 'kernel_sse2.cpp'))
sources.remove(path.join('kernel', 'kernel_sse3.cpp'))

View File

@@ -20,7 +20,6 @@ set(SRC
bssrdf.cpp
camera.cpp
film.cpp
# film_response.cpp (code unused)
graph.cpp
image.cpp
integrator.cpp
@@ -48,7 +47,6 @@ set(SRC_HEADERS
bssrdf.h
camera.h
film.h
# film_response.h (code unused)
graph.h
image.h
integrator.h