summaryrefslogtreecommitdiffstats
path: root/libdimension/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/object.c')
-rw-r--r--libdimension/object.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/libdimension/object.c b/libdimension/object.c
index 51db42f..bb4a766 100644
--- a/libdimension/object.c
+++ b/libdimension/object.c
@@ -21,21 +21,6 @@
#include "dimension.h"
#include <errno.h>
-/* Allocate an intersection */
-dmnsn_intersection *
-dmnsn_new_intersection()
-{
- dmnsn_intersection *intersection = dmnsn_malloc(sizeof(dmnsn_intersection));
- return intersection;
-}
-
-/* Free an intersection */
-void
-dmnsn_delete_intersection(dmnsn_intersection *intersection)
-{
- free(intersection);
-}
-
/* Allocate a dummy object */
dmnsn_object *
dmnsn_new_object()