diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-07-08 11:40:48 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-07-08 11:40:48 +0000 |
| commit | a48ec17933088b745b16a0903ef00bd5a9366a71 (patch) | |
| tree | 23fa7590f658c028979b31c6244c4d34400b2afb /src/seltrans.h | |
| parent | Make colour a guint instead of a uint. bug 1198501 (diff) | |
| download | inkscape-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.h | 2 |
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; |
