Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-08-20 15:22:26 +0400
committerThomas Dinges <blender@dingto.org>2013-08-20 15:22:26 +0400
commit605f7f4b9f37b4fc160647e3bffe7af186671d4e (patch)
treeb92feffc3bffbafbe61756dc8f37247fe8d02c29 /intern
parent017392d603de71c7df626a29f63cf945eb833cff (diff)
Code cleanup / Cycles:
* Remove unused hair presets enum.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/curves.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/intern/cycles/render/curves.h b/intern/cycles/render/curves.h
index 4e360b54541..ab74a356125 100644
--- a/intern/cycles/render/curves.h
+++ b/intern/cycles/render/curves.h
@@ -29,16 +29,6 @@ class Scene;
void curvebounds(float *lower, float *upper, float3 *p, int dim);
-typedef enum curve_presets {
- CURVE_CUSTOM,
- CURVE_FAST_PLANES,
- CURVE_TANGENT_SHADING,
- CURVE_TRUE_NORMAL,
- CURVE_ACCURATE_PRESET,
- CURVE_SMOOTH_CURVES,
- CURVE_SMOOTH_RIBBONS
-} curve_presets;
-
typedef enum curve_primitives {
CURVE_TRIANGLES,
CURVE_LINE_SEGMENTS,