diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-07-11 03:08:15 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-07-11 03:08:15 +0000 |
| commit | c3074d380bbdbd8ec8f17b9cfb3059119005a30b (patch) | |
| tree | 118cb275f2389deefdd676570da5f4305903fff8 /src/selection.cpp | |
| parent | Step 2 refactoring the align functions, added some functionality to selection. (diff) | |
| download | inkscape-c3074d380bbdbd8ec8f17b9cfb3059119005a30b.tar.gz inkscape-c3074d380bbdbd8ec8f17b9cfb3059119005a30b.zip | |
Remove align point, not required any more
(bzr r12414)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 1 |
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), |
