From c5cc78580253968ae3cfe2dddbce9b8b7b388f65 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Sep 2009 01:08:42 +0000 Subject: SCI: Change SystemStrings to use RAW storage consistenly svn-id: r44246 --- engines/sci/engine/vm.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index f712193753..c701634bc9 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -417,13 +417,6 @@ void script_debug(EngineState *s, bool bp); */ int script_init_engine(EngineState *); -/** - * Sets the gamestate's save_dir to the parameter path - * @param[in] s The state to set - * @param[in] path Path where save_dir will point to - */ -void script_set_gamestate_save_dir(EngineState *s, const char *path); - /** * Frees all additional memory associated with a EngineState block * @param[in] s The EngineState whose elements should be cleared -- cgit v1.2.3