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
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2007-05-21 22:45:28 +0400
committerMartin Poirier <theeth@yahoo.com>2007-05-21 22:45:28 +0400
commitb1e7c76e93950e1d0788d1079e66650545dd736b (patch)
tree8071957ce226dba97f01365c0b236e03d840cc33 /source/blender/src/transform_manipulator.c
parentc702f88e14437cea52b510eac494750d664ad4eb (diff)
=== Bugfix ===
coverity bugfix: Dead Code
Diffstat (limited to 'source/blender/src/transform_manipulator.c')
-rw-r--r--source/blender/src/transform_manipulator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/transform_manipulator.c b/source/blender/src/transform_manipulator.c
index acfb25f0d60..765c74461f2 100644
--- a/source/blender/src/transform_manipulator.c
+++ b/source/blender/src/transform_manipulator.c
@@ -935,8 +935,6 @@ static void draw_manipulator_rotate(float mat[][4], int moving, int drawflags, i
if(arcs==0 && moving) {
- if(arcs) glEnable(GL_CLIP_PLANE0);
-
/* Z circle */
if(drawflags & MAN_ROT_Z) {
if(G.f & G_PICKSEL) glLoadName(MAN_ROT_Z);