summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-02-22 21:28:01 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-02-22 21:28:01 +0000
commit4bf4a7c863d653eae63bf794f74dfb7f6ca812f8 (patch)
tree1bf49b2d3d150e5ae5e1b6df25f4a6e86b84027b /src/box3d.h
parentupdating filters infobox icons (diff)
downloadinkscape-4bf4a7c863d653eae63bf794f74dfb7f6ca812f8.tar.gz
inkscape-4bf4a7c863d653eae63bf794f74dfb7f6ca812f8.zip
Clean up comments and remove (already commented) debugging messages
(bzr r4824)
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/box3d.h b/src/box3d.h
index fae3849d8..2fbf224a5 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -35,8 +35,6 @@ struct SPBox3D : public SPGroup {
gchar *persp_href;
Persp3DReference *persp_ref;
- sigc::connection modified_connection;
-
Proj::Pt3 orig_corner0;
Proj::Pt3 orig_corner7;
@@ -69,9 +67,7 @@ void box3d_set_z_orders (SPBox3D *box);
int box3d_pt_lies_in_PL_sector (SPBox3D const *box, NR::Point const &pt, int id1, int id2, Box3D::Axis axis);
int box3d_VP_lies_in_PL_sector (SPBox3D const *box, Proj::Axis vpdir, int id1, int id2, Box3D::Axis axis);
-/* ensures that the coordinates of corner0 and corner7 are in the correct order (to prevent everted boxes) */
void box3d_relabel_corners(SPBox3D *box);
-
void box3d_check_for_swapped_coords(SPBox3D *box);
void box3d_add_to_selection(SPBox3D *box);