summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
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/selection.cpp
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 '')
-rw-r--r--src/selection.cpp1
1 files changed, 0 insertions, 1 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),