diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/selection.cpp | 1 | ||||
| -rw-r--r-- | src/selection.h | 5 |
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 &); |
