summaryrefslogtreecommitdiffstats
path: root/sigscript/RulesWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/RulesWrapper.cpp')
-rw-r--r--sigscript/RulesWrapper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sigscript/RulesWrapper.cpp b/sigscript/RulesWrapper.cpp
index bbf8b32d..e3514121 100644
--- a/sigscript/RulesWrapper.cpp
+++ b/sigscript/RulesWrapper.cpp
@@ -142,11 +142,6 @@ bool RulesWrapper::specialDVSplit() const
return m_rules->specialDVSplit();
}
-bool RulesWrapper::effortValuesAllowed() const
-{
- return m_rules->effortValuesAllowed();
-}
-
int RulesWrapper::maxTotalEV() const
{
ALLOW_OVERRIDE_SO(rules, int, maxTotalEV);