summaryrefslogtreecommitdiffstats
path: root/src/persp3d.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/persp3d.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/persp3d.h')
-rw-r--r--src/persp3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/persp3d.h b/src/persp3d.h
index ce4587f62..0ab04fe39 100644
--- a/src/persp3d.h
+++ b/src/persp3d.h
@@ -32,10 +32,10 @@ class Box3DContext;
struct Persp3D : public SPObject {
Proj::TransfMat3x4 tmat;
- // TODO: Also write the list of boxes into the xml repr and vice versa link boxes to their persp3d?
+ // Also write the list of boxes into the xml repr and vice versa link boxes to their persp3d?
std::vector<SPBox3D *> boxes;
std::map<SPBox3D *, bool> boxes_transformed; // TODO: eventually we should merge this with 'boxes'
- SPDocument *document; // FIXME: should this rather be the SPDesktop?
+ SPDocument *document; // should this rather be the SPDesktop?
// for debugging only
int my_counter;