summaryrefslogtreecommitdiffstats
path: root/sigscript/RulesWrapper.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-28 00:20:20 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-28 00:25:22 -0500
commit3655fc2210bcfaa02950754b57b52865b8d74071 (patch)
tree98d015a00c4de707e1d753bc017099fe2910736c /sigscript/RulesWrapper.cpp
parent52d349be9a434015f26aa86b533d6a55e319d58f (diff)
downloadsigen-3655fc2210bcfaa02950754b57b52865b8d74071.tar.gz
sigen-3655fc2210bcfaa02950754b57b52865b8d74071.tar.xz
sigen-3655fc2210bcfaa02950754b57b52865b8d74071.zip
Removed useATB and allowSwitchStyle from Rules (to be handled by arena plugins)
Diffstat (limited to 'sigscript/RulesWrapper.cpp')
-rw-r--r--sigscript/RulesWrapper.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/sigscript/RulesWrapper.cpp b/sigscript/RulesWrapper.cpp
index 2278e6ec..bbf8b32d 100644
--- a/sigscript/RulesWrapper.cpp
+++ b/sigscript/RulesWrapper.cpp
@@ -56,11 +56,6 @@ bool RulesWrapper::criticalDomains() const
return m_rules->criticalDomains();
}
-bool RulesWrapper::useATB() const
-{
- return m_rules->useATB();
-}
-
int RulesWrapper::numBoxes() const
{
ALLOW_OVERRIDE_SO(rules, int, numBoxes);
@@ -137,12 +132,6 @@ int RulesWrapper::maxTotalWeight() const
return m_rules->maxTotalWeight();
}
-bool RulesWrapper::allowSwitchStyle() const
-{
- ALLOW_OVERRIDE_SO(rules, bool, allowSwitchStyle);
- return m_rules->allowSwitchStyle();
-}
-
bool RulesWrapper::specialSplit() const
{
return m_rules->specialSplit();