summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-group.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-12-16 16:45:03 +0000
committertavmjong-free <tavmjong@free.fr>2014-12-16 16:45:03 +0000
commit61f4ad6f7569805e50488d4af92756b310c51246 (patch)
tree45f8df080a1b5e63a856e6fd3a99a468fd3b9f1c /src/display/drawing-group.h
parentDebugging routines to print out XML, SP Object, and Display Item trees. (diff)
downloadinkscape-61f4ad6f7569805e50488d4af92756b310c51246.tar.gz
inkscape-61f4ad6f7569805e50488d4af92756b310c51246.zip
Code rearrangement to make it clearer what is happening.
(bzr r13803)
Diffstat (limited to 'src/display/drawing-group.h')
-rw-r--r--src/display/drawing-group.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/display/drawing-group.h b/src/display/drawing-group.h
index ab1f9895d..0c985b43f 100644
--- a/src/display/drawing-group.h
+++ b/src/display/drawing-group.h
@@ -14,8 +14,6 @@
#include "display/drawing-item.h"
-class SPStyle;
-
namespace Inkscape {
class DrawingGroup
@@ -28,7 +26,6 @@ public:
bool pickChildren() { return _pick_children; }
void setPickChildren(bool p);
- void setStyle(SPStyle *style);
void setChildTransform(Geom::Affine const &new_trans);
protected:
@@ -40,7 +37,6 @@ protected:
virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, unsigned flags);
virtual bool _canClip();
- SPStyle *_style;
Geom::Affine *_child_transform;
};