Cycles: small code cleanup + fix SSS closure mixed with other closures doing

a bit too much work.
This commit is contained in:
Brecht Van Lommel
2013-04-02 16:37:28 +00:00
parent be1a5a2328
commit 5c74e6dae2
6 changed files with 10 additions and 40 deletions

View File

@@ -925,12 +925,5 @@ __device void shader_merge_closures(KernelGlobals *kg, ShaderData *sd)
}
#endif
/* Free ShaderData */
__device void shader_release(KernelGlobals *kg, ShaderData *sd)
{
/* nothing to do currently */
}
CCL_NAMESPACE_END