Code cleanup / Cycles: Remove encasing_ratio variable, it was already hard coded, so define it in the kernel only.

This commit is contained in:
Thomas Dinges
2014-02-02 19:52:46 +01:00
parent 44b71c8c6c
commit 5c06b2d33e
5 changed files with 1 additions and 11 deletions

View File

@@ -90,7 +90,6 @@ public:
int resolution;
int subdivisions;
float encasing_ratio;
float minimum_width;
float maximum_width;