From 32c32bc48c8fd7cffca301b8919fb26726f6467e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 24 Dec 2011 01:08:21 -0700 Subject: Ast nearly done, builder coming along. --- src/game.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index a5b1163..1daa148 100644 --- a/src/game.h +++ b/src/game.h @@ -19,9 +19,6 @@ private: typedef Bu::Hash ScopeHash; FunctionHash hFunction; SituationHash hSituation; - ScopeHash hSituationScope; - Scope sGlobal; - Scope sPlayer; Bu::String sCurSituation; }; -- cgit v1.2.3