diff options
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r-- | src/resources/iteminfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 76a74111..16bc4392 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -108,8 +108,6 @@ class ItemInfo const std::string &getSprite(Gender gender) const; - void setAttackAction(std::string attackAction); - // Handlers for seting and getting the string used for particles when attacking void setMissileParticle(std::string s) { mMissileParticle = s; } |