summaryrefslogtreecommitdiffstats
path: root/src/selection.h
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.h
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/selection.h')
-rw-r--r--src/selection.h5
1 files changed, 0 insertions, 5 deletions
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 &);