summaryrefslogtreecommitdiff
path: root/include/kalmia.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kalmia.h')
-rw-r--r--include/kalmia.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/kalmia.h b/include/kalmia.h
index 73d5df3..31aff1e 100644
--- a/include/kalmia.h
+++ b/include/kalmia.h
@@ -1,4 +1,4 @@
-/****************************************************************
+/***************************************************************
*
* ======== kalmia ========
*
@@ -62,13 +62,5 @@
/* format data structures */
typedef double ka_matrix_t[16];
-typedef struct ka_node_t {
- ka_matrix_t transform;
-} ka_node_t;
-
-typedef struct kalmia_t {
- size_t n_nodes, n_nodes_max;
- ka_node_t *node;
-} kalmia_t;
#endif