summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runtime.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runtime.in')
-rw-r--r--graphics/asymptote/runtime.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/asymptote/runtime.in b/graphics/asymptote/runtime.in
index 7db30dd589..fc72a78cbe 100644
--- a/graphics/asymptote/runtime.in
+++ b/graphics/asymptote/runtime.in
@@ -30,9 +30,6 @@ file* => primFile()
picture* => primPicture()
transform => primTransform()
callable* => voidFunction()
-callableBp* => breakpointFunction()
-callableReal* => realRealFunction()
-callableTransform* => transformFunction()
runnable* => primCode()
boolarray* => booleanArray()
Intarray* => IntArray()
@@ -124,10 +121,6 @@ typedef array penarray;
typedef array penarray2;
typedef array stringarray;
typedef array stringarray2;
-
-typedef callable callableBp;
-typedef callable callableReal;
-typedef callable callableTransform;
}
using vm::array;