From b67f787f7874c4588bebb80b87b275cee05b0e68 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 13:17:05 +0200 Subject: Remove class MLKLispValue. --- MLKValuesFunction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKValuesFunction.h') diff --git a/MLKValuesFunction.h b/MLKValuesFunction.h index 53e9c5d..d1c1869 100644 --- a/MLKValuesFunction.h +++ b/MLKValuesFunction.h @@ -17,11 +17,10 @@ */ #import "MLKFuncallable.h" -#import "MLKLispValue.h" #import -@interface MLKValuesFunction : MLKLispValue +@interface MLKValuesFunction : NSObject -(NSArray *) applyToArray:(NSArray *)arguments; @end -- cgit v1.2.3