summaryrefslogtreecommitdiff
path: root/MLKFunction.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
commitb67f787f7874c4588bebb80b87b275cee05b0e68 (patch)
treec71ea429d9768ece2f1acac1c273b886227aa84a /MLKFunction.h
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
Diffstat (limited to 'MLKFunction.h')
-rw-r--r--MLKFunction.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/MLKFunction.h b/MLKFunction.h
index 67e62c5..e266e74 100644
--- a/MLKFunction.h
+++ b/MLKFunction.h
@@ -16,10 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
-
-
-@interface MLKFunction : MLKLispValue
+@interface MLKFunction : NSObject
{
void (*_function)();
NSDictionary *_closedOverVariableIndices;