]> git.tokkee.org Git - inkscape.git/commitdiff

Code

warning cleanup
authorcilix42 <cilix42@users.sourceforge.net>
Sat, 23 Feb 2008 00:09:28 +0000 (00:09 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sat, 23 Feb 2008 00:09:28 +0000 (00:09 +0000)
src/box3d.cpp

index ec04fc7fbd8756d2f5726c19081edb8d135682ad..7f52abd8cbc65f666fc0efe3847897a1746f1f9b 100644 (file)
@@ -869,12 +869,12 @@ box3d_set_new_z_orders_case2 (SPBox3D *box, int z_orders[6], Box3D::Axis central
     bool swapped = box3d_XY_axes_are_swapped(box);
 
     int insidexy = box3d_VP_lies_in_PL_sector (box, Proj::X, 3, 3 ^ Box3D::Z, Box3D::Y);
-    int insidexz = box3d_VP_lies_in_PL_sector (box, Proj::X, 3, 3 ^ Box3D::Y, Box3D::Z);
+    //int insidexz = box3d_VP_lies_in_PL_sector (box, Proj::X, 3, 3 ^ Box3D::Y, Box3D::Z);
 
     int insideyx = box3d_VP_lies_in_PL_sector (box, Proj::Y, 3, 3 ^ Box3D::Z, Box3D::X);
     int insideyz = box3d_VP_lies_in_PL_sector (box, Proj::Y, 3, 3 ^ Box3D::X, Box3D::Z);
 
-    int insidezx = box3d_VP_lies_in_PL_sector (box, Proj::Z, 3, 3 ^ Box3D::Y, Box3D::X);
+    //int insidezx = box3d_VP_lies_in_PL_sector (box, Proj::Z, 3, 3 ^ Box3D::Y, Box3D::X);
     int insidezy = box3d_VP_lies_in_PL_sector (box, Proj::Z, 3, 3 ^ Box3D::X, Box3D::Y);
 
     switch(central_axis) {