Cleanup: Remove unused show_samples() device code in Cycles.

This commit is contained in:
Thomas Dinges
2021-11-17 11:15:41 +01:00
parent c2ab47e729
commit 83a4d51997
8 changed files with 0 additions and 35 deletions

View File

@@ -93,11 +93,6 @@ CPUDevice::~CPUDevice()
texture_info.free();
}
bool CPUDevice::show_samples() const
{
return (info.cpu_threads == 1);
}
BVHLayoutMask CPUDevice::get_bvh_layout_mask() const
{
BVHLayoutMask bvh_layout_mask = BVH_LAYOUT_BVH2;