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. --- MLKPackage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'MLKPackage.h') diff --git a/MLKPackage.h b/MLKPackage.h index e0df3af..f4cf995 100644 --- a/MLKPackage.h +++ b/MLKPackage.h @@ -16,8 +16,6 @@ * along with this program. If not, see . */ -#import "MLKLispValue.h" - #import #import #import @@ -26,7 +24,7 @@ @class MLKSymbol; -@interface MLKPackage : MLKLispValue +@interface MLKPackage : NSObject { NSMutableDictionary *_accessible_symbols; NSMutableSet *_present_symbols; -- cgit v1.2.3