Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(722)

Unified Diff: src/liboslexec/bsdf_diffuse.cpp

Issue 206045: Pre-review: run state overhaul (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: Update patch set to sync with trunk Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/liboslexec/bsdf_diffuse.cpp
===================================================================
--- src/liboslexec/bsdf_diffuse.cpp (revision 583)
+++ src/liboslexec/bsdf_diffuse.cpp (working copy)
@@ -144,16 +144,14 @@
DECLOP (OP_diffuse)
{
- closure_op_guts<DiffuseClosure, 2> (exec, nargs, args,
- runflags, beginpoint, endpoint);
+ closure_op_guts<DiffuseClosure, 2> (exec, nargs, args);
}
DECLOP (OP_translucent)
{
- closure_op_guts<TranslucentClosure, 2> (exec, nargs, args,
- runflags, beginpoint, endpoint);
+ closure_op_guts<TranslucentClosure, 2> (exec, nargs, args);
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b