Code

noop: remove unused variable
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 23 Dec 2007 23:26:40 +0000 (23:26 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 23 Dec 2007 23:26:40 +0000 (23:26 +0000)
src/box3d-side.cpp

index 9c61a0fce49f771939c486da5ca1b5ae4459917b..741bf97b40c61f58321bfa6cfe6ee0589bd9a35f 100644 (file)
@@ -285,8 +285,6 @@ box3d_side_set_shape (SPShape *shape)
         return;
     }
 
-    Inkscape::XML::Node *repr = SP_OBJECT_REPR (shape);
-    (void)repr;
     Persp3D *persp = box3d_side_perspective(side);
     //g_return_if_fail (persp != NULL);
     if (!persp) {