diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-09 23:49:05 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-09 23:49:05 +0000 |
| commit | 9e90b9d5ddb2ccae801d68975b4a9dee89996560 (patch) | |
| tree | d1ab924656e157eea414c3dca86aaf9eb2a1cc18 /src/box3d-face.cpp | |
| parent | Status bar tips for VP draggers (diff) | |
| download | inkscape-9e90b9d5ddb2ccae801d68975b4a9dee89996560.tar.gz inkscape-9e90b9d5ddb2ccae801d68975b4a9dee89996560.zip | |
Hold perspectives on document level rather than globally; this corrects the changes made in commit #15681
(bzr r3445)
Diffstat (limited to 'src/box3d-face.cpp')
| -rw-r--r-- | src/box3d-face.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/box3d-face.cpp b/src/box3d-face.cpp index 55dc9b60a..096e7d7a6 100644 --- a/src/box3d-face.cpp +++ b/src/box3d-face.cpp @@ -121,6 +121,7 @@ Box3DFace::Box3DFace(Box3DFace const &box3dface) * * Note that several other functions rely on this precise order. */ +/*** void Box3DFace::set_face (NR::Point const A, NR::Point const C, Box3D::Axis const axis1, Box3D::Axis const axis2) { @@ -149,7 +150,7 @@ Box3DFace::set_face (NR::Point const A, NR::Point const C, Box3D::Axis const axi this->dir1 = axis1; this->dir2 = axis2; } - +***/ NR::Point Box3DFace::operator[](unsigned int i) { |
