summaryrefslogtreecommitdiffstats
path: root/src/sp-conn-end.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2012-11-30 19:22:44 +0000
committerMartin Owens <doctormo@gmail.com>2012-11-30 19:22:44 +0000
commit2f4efa8a787d175807a40b5bbafb1197e4dcc318 (patch)
treec4b6fa6c2fcb10f4c75c407e2c34b4c6d97f0af0 /src/sp-conn-end.h
parentFix for 172236 : Dropper pixmaps and onetime fix (diff)
downloadinkscape-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.h13
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 *);