summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Edge.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Edge.h')
-rw-r--r--tikzit/src/common/Edge.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/tikzit/src/common/Edge.h b/tikzit/src/common/Edge.h
index 959a724..43c7b76 100644
--- a/tikzit/src/common/Edge.h
+++ b/tikzit/src/common/Edge.h
@@ -48,7 +48,7 @@ typedef enum {
also contains methods for computing the bezier control points
and the midpoint of the curve.
*/
-@interface Edge : NSObject {
+@interface Edge : NSObject<NSCopying> {
Node *source;
Node *target;
Node *edgeNode;
@@ -353,12 +353,6 @@ typedef enum {
- (void)reverse;
/*!
- @brief Copy this edge.
- @result A copy of this edge.
- */
-- (id)copy;
-
-/*!
@brief Factory method to make a blank edge.
@result An edge.
*/