aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script.h
diff options
context:
space:
mode:
authorMax Horn2010-02-02 22:52:41 +0000
committerMax Horn2010-02-02 22:52:41 +0000
commit4b19acf2550be8c55cefd2f1abf0759a61dfca75 (patch)
tree0ef665df1eed243cd562304972d1b0c4188afecc /engines/sci/engine/script.h
parent6c322506dd15b164028f8c560e55323f1b834711 (diff)
downloadscummvm-rg350-4b19acf2550be8c55cefd2f1abf0759a61dfca75.tar.gz
scummvm-rg350-4b19acf2550be8c55cefd2f1abf0759a61dfca75.tar.bz2
scummvm-rg350-4b19acf2550be8c55cefd2f1abf0759a61dfca75.zip
SCI: Use Common::List and Common::String to simplify breakpoint handling (untested)
svn-id: r47824
Diffstat (limited to 'engines/sci/engine/script.h')
-rw-r--r--engines/sci/engine/script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/engine/script.h b/engines/sci/engine/script.h
index cef90b0e28..e94e9f64e6 100644
--- a/engines/sci/engine/script.h
+++ b/engines/sci/engine/script.h
@@ -204,8 +204,6 @@ extern opcode_format g_opcode_formats[128][4];
void script_adjust_opcode_formats(EngineState *s);
-void script_free_breakpoints(EngineState *s);
-
} // End of namespace Sci
#endif // SCI_ENGINE_SCRIPT_H