summaryrefslogtreecommitdiff
path: root/src/script/script_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_info.cpp')
-rw-r--r--src/script/script_info.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/script/script_info.cpp b/src/script/script_info.cpp
index afa90f40e..779236ebc 100644
--- a/src/script/script_info.cpp
+++ b/src/script/script_info.cpp
@@ -17,14 +17,6 @@
#include "script_info.hpp"
#include "script_scanner.hpp"
-/** Number of operations to get the author and similar information. */
-static const int MAX_GET_OPS = 1000;
-/** Number of operations to create an instance of a script. */
-static const int MAX_CREATEINSTANCE_OPS = 100000;
-/** Maximum number of operations allowed for getting a particular setting. */
-static const int MAX_GET_SETTING_OPS = 100000;
-
-
ScriptInfo::~ScriptInfo()
{
/* Free all allocated strings */