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:
authorThomas Dinges <blender@dingto.org>2013-05-15 01:18:20 +0400
committerThomas Dinges <blender@dingto.org>2013-05-15 01:18:20 +0400
commit11707119ded9616b5cb81e1be8eff56727cb4299 (patch)
tree99843238e33030de20fca19ca6bb5c03bf413c50 /intern/cycles/device/device_cuda.cpp
parentd70497cefc0921a70d3a6179af7df58bb55f974c (diff)
Cycles:
* Code cleanup, remove unused "resolution" variable from the DeviceTask class, was never used.
Diffstat (limited to 'intern/cycles/device/device_cuda.cpp')
-rw-r--r--intern/cycles/device/device_cuda.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index ec7440c972c..f32c6dde639 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -611,9 +611,6 @@ public:
cuda_assert(cuParamSeti(cuFilmConvert, offset, task.sample))
offset += sizeof(task.sample);
- cuda_assert(cuParamSeti(cuFilmConvert, offset, task.resolution))
- offset += sizeof(task.resolution);
-
cuda_assert(cuParamSeti(cuFilmConvert, offset, task.x))
offset += sizeof(task.x);