summaryrefslogtreecommitdiffstats
path: root/src/seltrans.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-07-08 11:40:48 +0000
committerMartin Owens <doctormo@gmail.com>2013-07-08 11:40:48 +0000
commita48ec17933088b745b16a0903ef00bd5a9366a71 (patch)
tree23fa7590f658c028979b31c6244c4d34400b2afb /src/seltrans.h
parentMake colour a guint instead of a uint. bug 1198501 (diff)
downloadinkscape-a48ec17933088b745b16a0903ef00bd5a9366a71.tar.gz
inkscape-a48ec17933088b745b16a0903ef00bd5a9366a71.zip
Revert wrong changes and apply right fixes from prev-commit
(bzr r12409)
Diffstat (limited to 'src/seltrans.h')
-rw-r--r--src/seltrans.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/seltrans.h b/src/seltrans.h
index 67d581471..d97375520 100644
--- a/src/seltrans.h
+++ b/src/seltrans.h
@@ -71,7 +71,6 @@ public:
gboolean skewRequest(SPSelTransHandle const &handle, Geom::Point &pt, guint state);
gboolean rotateRequest(Geom::Point &pt, guint state);
gboolean centerRequest(Geom::Point &pt, guint state);
- void alignClick(SPSelTransHandle const &handle);
gboolean handleRequest(SPKnot *knot, Geom::Point *position, guint state, SPSelTransHandle const &handle);
void handleGrab(SPKnot *knot, guint state, SPSelTransHandle const &handle);
@@ -131,7 +130,6 @@ private:
};
SPDesktop *_desktop;
- SPCanvasItem *aguide;
std::vector<SPItem *> _items;
std::vector<SPItem const *> _items_const;