summaryrefslogtreecommitdiffstats
path: root/src/box3d-face.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-28 10:40:42 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-28 10:40:42 +0000
commit0028ed54c3bb1c36b44e24700f86e1ae0e282716 (patch)
tree6807bd7bf6d70bab570863fe9a0e067b1e9100ef /src/box3d-face.cpp
parenttweak tool update (diff)
downloadinkscape-0028ed54c3bb1c36b44e24700f86e1ae0e282716.tar.gz
inkscape-0028ed54c3bb1c36b44e24700f86e1ae0e282716.zip
Remove some warnings and fix crash in 3D box tool
(bzr r3601)
Diffstat (limited to 'src/box3d-face.cpp')
-rw-r--r--src/box3d-face.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/box3d-face.cpp b/src/box3d-face.cpp
index de52031da..a1b7ae863 100644
--- a/src/box3d-face.cpp
+++ b/src/box3d-face.cpp
@@ -236,7 +236,6 @@ void Box3DFace::set_path_repr()
void Box3DFace::set_curve()
{
if (this->path == NULL) {
- g_warning("this->path is NULL! \n");
return;
}
NR::Matrix const i2d (sp_item_i2d_affine (SP_ITEM (this->parent_box3d)));