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 6355e600..39efd685 100644
--- a/sigscript/RulesWrapper.cpp
+++ b/sigscript/RulesWrapper.cpp
@@ -149,11 +149,6 @@ int Sigscript::RulesWrapper::maxTotalWeight() const
return m_rules->maxTotalWeight();
}
-bool Sigscript::RulesWrapper::hardCash() const
-{
- return m_rules->hardCash();
-}
-
bool Sigscript::RulesWrapper::allowSwitchStyle() const
{
if (sigmod()->singlePlayer() && hasValueOfType<bool>("allowSwitchStyle"))