Cleanup: Remove unused total power Emission code in Cycles, that was never exposed in the UI.

Differential Revision: https://developer.blender.org/D562
This commit is contained in:
Thomas Dinges
2014-05-30 14:32:32 +02:00
parent a26e41c0b9
commit 2c69f1e574
7 changed files with 3 additions and 36 deletions

View File

@@ -294,8 +294,6 @@ public:
bool has_surface_emission() { return true; }
bool has_spatial_varying() { return true; }
bool total_power;
};
class BackgroundNode : public ShaderNode {