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. --- MLKSymbol.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'MLKSymbol.h') diff --git a/MLKSymbol.h b/MLKSymbol.h index f0c4be3..3d5edfe 100644 --- a/MLKSymbol.h +++ b/MLKSymbol.h @@ -16,14 +16,12 @@ * along with this program. If not, see . */ -#import "MLKLispValue.h" - #import @class MLKPackage; -@interface MLKSymbol : MLKLispValue +@interface MLKSymbol : NSObject { NSString *name; MLKPackage *homePackage; -- cgit v1.2.3