summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-25 11:04:19 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-25 11:04:19 +0200
commit1fa1c0d5ba09fe07ecd190c9c5fa1bf6fa3a5afb (patch)
treeac5fb23df415033db8d89fabb98a1d52879654b3 /functions.h
parent996ef390c247f3b20a21fa5b4e7f6bd48f25d799 (diff)
Remove obsolete function MLKDispatchRootFunction.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 4ea8261..f8ac973 100644
--- a/functions.h
+++ b/functions.h
@@ -83,7 +83,6 @@ void MLKSetForeignValueWithLispValue (void *destination, id value, MLKForeignTyp
id MLKLispValueWithForeignValue (void *source, MLKForeignType type);
id MLKInterpretedFunctionTrampoline (void *target, ...);
-id MLKDispatchRootFunction (MLKSymbol *name, ...);
#ifdef __cplusplus
}