Revert any lua change

This commit is contained in:
brenosilva
2012-02-08 18:11:45 +00:00
parent 24ac0c4a9f
commit 4bebeb6dd7
2 changed files with 11 additions and 19 deletions

View File

@@ -31,7 +31,6 @@ typedef struct msc_script_part msc_script_part;
struct msc_script {
const char *name;
apr_array_header_t *parts;
lua_State *Lstate;
};
struct msc_script_part {