[Bf-blender-cvs] [5097b42] cycles-ptex-06: Remove a bit of commented-out code

Nicholas Bishop noreply at git.blender.org
Thu Jan 15 20:13:15 CET 2015


Commit: 5097b42c50c8a9803b5f3492a5f8d2500a1bcb93
Author: Nicholas Bishop
Date:   Fri Jan 9 17:48:22 2015 +0100
Branches: cycles-ptex-06
https://developer.blender.org/rB5097b42c50c8a9803b5f3492a5f8d2500a1bcb93

Remove a bit of commented-out code

===================================================================

M	intern/cycles/kernel/osl/osl_services.cpp

===================================================================

diff --git a/intern/cycles/kernel/osl/osl_services.cpp b/intern/cycles/kernel/osl/osl_services.cpp
index ccdbc45..71cebc3 100644
--- a/intern/cycles/kernel/osl/osl_services.cpp
+++ b/intern/cycles/kernel/osl/osl_services.cpp
@@ -877,10 +877,6 @@ bool OSLRenderServices::texture(ustring filename, TextureOpt &options,
 		for(int c = r->numChannels(); c < nchannels; c++)
 			result[c] = result[0];
 
-		// result[0] = u;
-		// result[1] = v;
-		// result[2] = 0;
-
 		return true;
 	}
 #endif




More information about the Bf-blender-cvs mailing list