summaryrefslogtreecommitdiff
path: root/src/scripting/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/script.h')
-rw-r--r--src/scripting/script.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/scripting/script.h b/src/scripting/script.h
index bbfc7691..2fa3a0bf 100644
--- a/src/scripting/script.h
+++ b/src/scripting/script.h
@@ -102,12 +102,6 @@ class Script
virtual void prepare(Ref function) = 0;
/**
- * Prepares a call to the given function.
- * Only one function can be prepared at once.
- */
- virtual void prepare(const std::string &name) = 0;
-
- /**
* Pushes an integer argument for the function being prepared.
*/
virtual void push(int) = 0;