summaryrefslogtreecommitdiffstats
path: root/sigscript/ItemWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/ItemWrapper.h')
-rw-r--r--sigscript/ItemWrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigscript/ItemWrapper.h b/sigscript/ItemWrapper.h
index 88903c0c..5008725d 100644
--- a/sigscript/ItemWrapper.h
+++ b/sigscript/ItemWrapper.h
@@ -42,7 +42,6 @@ class SIGSCRIPT_EXPORT ItemWrapper : public ObjectWrapper
static ItemWrapper* create(const Sigmod::Item* item, GameWrapper* parent);
Q_SCRIPTABLE QString name() const;
- Q_SCRIPTABLE bool sellable() const;
Q_SCRIPTABLE ItemTypeWrapper* type();
Q_SCRIPTABLE int price() const;
Q_SCRIPTABLE int sellPrice() const;