Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / box3d-face.cpp
index de52031dadd237a7b528d3cdc1712d21c148eecc..a1b7ae863c45f6629005f01defada8948d11d493 100644 (file)
@@ -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)));