From 13bcf0c104332dbbee8b779b0ff8f1865b9810ea Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 9 May 2013 14:21:36 +0000 Subject: [PATCH] Cycles: * Remove unused film_response table code. --- intern/cycles/SConscript | 1 - intern/cycles/render/CMakeLists.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/intern/cycles/SConscript b/intern/cycles/SConscript index 7b4d2db6861..a7a4bc22dea 100644 --- a/intern/cycles/SConscript +++ b/intern/cycles/SConscript @@ -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')) diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt index e06364c6715..f3f230c29dc 100644 --- a/intern/cycles/render/CMakeLists.txt +++ b/intern/cycles/render/CMakeLists.txt @@ -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