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>2021-11-17 13:15:41 +0300
committerThomas Dinges <blender@dingto.org>2021-11-17 13:16:48 +0300
commit83a4d51997f24a31631217f819f00a6db68fb0cb (patch)
treed3c6bd85c8c8bb5b0a14b37e0823da7aa53faeaf /intern/cycles/device/device.h
parentc2ab47e7296a5fc7f9814153354567f608d41f00 (diff)
Cleanup: Remove unused show_samples() device code in Cycles.
Diffstat (limited to 'intern/cycles/device/device.h')
-rw-r--r--intern/cycles/device/device.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/device/device.h b/intern/cycles/device/device.h
index a7d47f23d54..346632de314 100644
--- a/intern/cycles/device/device.h
+++ b/intern/cycles/device/device.h
@@ -149,10 +149,6 @@ class Device {
fprintf(stderr, "%s\n", error.c_str());
fflush(stderr);
}
- virtual bool show_samples() const
- {
- return false;
- }
virtual BVHLayoutMask get_bvh_layout_mask() const = 0;
/* statistics */