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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-09-04 20:24:58 +0400
committerThomas Dinges <blender@dingto.org>2013-09-04 20:24:58 +0400
commitcb19d9fa35da8e08d85b56a839d54825547575ac (patch)
tree12fcecf41f581b2b77841d110760a12f816f113b /intern
parent65f21d9b43c8f330e7c05f0e391e4062ab4f0a32 (diff)
Code cleanup / Cycles:
* Removed unused member of the device_memory template.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/device/device_memory.h b/intern/cycles/device/device_memory.h
index 18e6242d23d..352a46f8c36 100644
--- a/intern/cycles/device/device_memory.h
+++ b/intern/cycles/device/device_memory.h
@@ -254,7 +254,6 @@ public:
private:
array<T> data;
- bool referenced;
};
CCL_NAMESPACE_END