summaryrefslogtreecommitdiffstats
path: root/src/knotholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knotholder.h')
-rw-r--r--src/knotholder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/knotholder.h b/src/knotholder.h
index 6b838b3c9..25d6d4638 100644
--- a/src/knotholder.h
+++ b/src/knotholder.h
@@ -31,12 +31,6 @@ class Node;
}
}
-
-typedef void (* SPKnotHolderSetFunc) (SPItem *item, NR::Point const &p, NR::Point const &origin, guint state);
-typedef NR::Point (* SPKnotHolderGetFunc) (SPItem *item);
-/* fixme: Think how to make callbacks most sensitive (Lauris) */
-typedef void (* SPKnotHolderReleasedFunc) (SPItem *item);
-
class KnotHolder {
public:
KnotHolder() {} // do nothing in the default constructor