summaryrefslogtreecommitdiffstats
path: root/sigscript/ItemWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/ItemWrapper.cpp')
-rw-r--r--sigscript/ItemWrapper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sigscript/ItemWrapper.cpp b/sigscript/ItemWrapper.cpp
index ce1b9aa6..4f724d03 100644
--- a/sigscript/ItemWrapper.cpp
+++ b/sigscript/ItemWrapper.cpp
@@ -47,11 +47,6 @@ QString ItemWrapper::name() const
return m_item->name();
}
-bool ItemWrapper::sellable() const
-{
- return m_item->sellable();
-}
-
ItemTypeWrapper* ItemWrapper::type()
{
return game()->itemType(m_item->type());