diff options
| author | Martin Owens <doctormo@gmail.com> | 2012-11-30 19:22:44 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2012-11-30 19:22:44 +0000 |
| commit | 2f4efa8a787d175807a40b5bbafb1197e4dcc318 (patch) | |
| tree | c4b6fa6c2fcb10f4c75c407e2c34b4c6d97f0af0 /src/sp-conn-end.h | |
| parent | Fix for 172236 : Dropper pixmaps and onetime fix (diff) | |
| download | inkscape-2f4efa8a787d175807a40b5bbafb1197e4dcc318.tar.gz inkscape-2f4efa8a787d175807a40b5bbafb1197e4dcc318.zip | |
Step 1. Remove junk and keep functionality.
(bzr r11894.1.1)
Diffstat (limited to 'src/sp-conn-end.h')
| -rw-r--r-- | src/sp-conn-end.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/sp-conn-end.h b/src/sp-conn-end.h index de0d2c0b7..a0b1ba5df 100644 --- a/src/sp-conn-end.h +++ b/src/sp-conn-end.h @@ -6,7 +6,6 @@ #include <sigc++/connection.h> #include "sp-use-reference.h" -#include "connection-points.h" #include "conn-avoid-ref.h" class SPPath; @@ -18,15 +17,6 @@ public: SPUseReference ref; gchar *href; - /* In the following, type refers to connection point type, - i.e. default (one of the 9 combinations of right, centre, - left, top, bottom) or user-defined. The id serves to identify - the connection point in a list of connection points. - */ - - ConnPointType type; - int id; - /** Change of href string (not a modification of the attributes of the referrent). */ sigc::connection _changed_connection; @@ -36,6 +26,9 @@ public: /** A sigc connection for transformed signal, used to do move compensation. */ sigc::connection _transformed_connection; + /** A sigc connection for owning group transformed, used to do move compensation. */ + sigc::connection _group_connection; + void setAttacherHref(gchar const *, SPPath *); void setAttacherEndpoint(gchar const *, SPPath *); |
