summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-03-19 10:37:50 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-03-19 10:37:50 +0000
commitada45404a3eae549b4fe3d1fcd7ebab7704c086e (patch)
tree2e5cd6e9371f34c67254238da082a33494d3f010 /src/document.h
parentupdate lpe commands (diff)
downloadinkscape-ada45404a3eae549b4fe3d1fcd7ebab7704c086e.tar.gz
inkscape-ada45404a3eae549b4fe3d1fcd7ebab7704c086e.zip
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
(bzr r5122)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h
index 8a4e65bb3..b0d6afecb 100644
--- a/src/document.h
+++ b/src/document.h
@@ -107,7 +107,6 @@ struct SPDocument : public Inkscape::GC::Managed<>,
GSList *perspectives;
Persp3D *current_persp3d; // "currently active" perspective (e.g., newly created boxes are attached to this one)
- std::set<Persp3D *> persps_sel; // perspectives associated to currently selected boxes
void add_persp3d (Persp3D * const persp);
void remove_persp3d (Persp3D * const persp);