summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-07-11 03:08:15 +0000
committerMartin Owens <doctormo@gmail.com>2013-07-11 03:08:15 +0000
commitc3074d380bbdbd8ec8f17b9cfb3059119005a30b (patch)
tree118cb275f2389deefdd676570da5f4305903fff8 /src
parentStep 2 refactoring the align functions, added some functionality to selection. (diff)
downloadinkscape-c3074d380bbdbd8ec8f17b9cfb3059119005a30b.tar.gz
inkscape-c3074d380bbdbd8ec8f17b9cfb3059119005a30b.zip
Remove align point, not required any more
(bzr r12414)
Diffstat (limited to 'src')
-rw-r--r--src/selection.cpp1
-rw-r--r--src/selection.h5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 83caaf459..e66137f65 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -42,7 +42,6 @@
namespace Inkscape {
Selection::Selection(LayerModel *layers, SPDesktop *desktop) :
- align_point(NULL),
_objs(NULL),
_reprs(NULL),
_items(NULL),
diff --git a/src/selection.h b/src/selection.h
index 25c018f7b..75351a4ff 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -320,11 +320,6 @@ public:
return _modified_signal.connect(slot);
}
- /**
- * Selection wants to be aligned to this point, not bbox
- */
- Geom::Point *align_point;
-
private:
/** no copy. */
Selection(Selection const &);