From 4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Feb 2012 12:13:18 +1000 Subject: Remove a lot of old cruft that is no longer needed. Including the eveluator, we can do that with test scripts now. --- LuaSL/src/LuaSL_LSL_tree.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index ca5f844..f21b51c 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -62,7 +62,6 @@ typedef enum } outputMode; typedef void (*outputToken) (FILE *file, outputMode mode, LSL_Leaf *content); -typedef LSL_Leaf * (*evaluateToken) (LSL_Leaf *content, LSL_Leaf *left, LSL_Leaf *right); //#ifndef FALSE //typedef enum @@ -175,7 +174,6 @@ struct _LSL_Token const char *toKen; LSL_Flags flags; outputToken output; - evaluateToken evaluate; }; struct _LSL_Text -- cgit v1.1