summaryrefslogtreecommitdiff
path: root/src/statuseffect.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-21 15:33:52 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-21 15:33:52 +0300
commit68857593b01b73d33fa1a12011cf9cb402db8a73 (patch)
tree9b8a7a2b1349ddc2e88d307b91246e2e7a21e460 /src/statuseffect.h
parent8581934ba2f8ae80073cfabd08834df39a9c16bd (diff)
downloadplus-68857593b01b73d33fa1a12011cf9cb402db8a73.tar.gz
plus-68857593b01b73d33fa1a12011cf9cb402db8a73.tar.bz2
plus-68857593b01b73d33fa1a12011cf9cb402db8a73.tar.xz
plus-68857593b01b73d33fa1a12011cf9cb402db8a73.zip
Remove support for stun effects from status-effects.xml
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r--src/statuseffect.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h
index 9539e4224..698a33bd0 100644
--- a/src/statuseffect.h
+++ b/src/statuseffect.h
@@ -106,17 +106,6 @@ class StatusEffect final
A_WARN_UNUSED;
/**
- * Retrieves a stun effect.
- *
- * \param index Index of the stun effect.
- * \param enabling Whether to retrieve the activating effect (true) or
- * the deactivating effect (false).
- */
- static StatusEffect *getStunEffect(const int index,
- const Enable enabling)
- A_WARN_UNUSED;
-
- /**
* Maps a block effect index to its corresponding effect index. Block
* effect indices are used for opt2/opt3/status.option blocks; their
* mapping to regular effect indices is handled in the config file.