summaryrefslogtreecommitdiff
path: root/src/resources/db/statuseffectdb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-02 20:36:17 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-02 20:36:17 +0300
commit9e94feb923afe8ce73b6590b73f513dd3895e70b (patch)
treec60c6979ef76ebf1b820000883e4c79e6a928777 /src/resources/db/statuseffectdb.h
parentb9584b9b876709ae97e94929d3904975e8143832 (diff)
downloadplus-9e94feb923afe8ce73b6590b73f513dd3895e70b.tar.gz
plus-9e94feb923afe8ce73b6590b73f513dd3895e70b.tar.bz2
plus-9e94feb923afe8ce73b6590b73f513dd3895e70b.tar.xz
plus-9e94feb923afe8ce73b6590b73f513dd3895e70b.zip
Remove legacy status effect field "block-id".
Before was warning about this field for some years.
Diffstat (limited to 'src/resources/db/statuseffectdb.h')
-rw-r--r--src/resources/db/statuseffectdb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/resources/db/statuseffectdb.h b/src/resources/db/statuseffectdb.h
index a7a9d5efe..8b0105c2b 100644
--- a/src/resources/db/statuseffectdb.h
+++ b/src/resources/db/statuseffectdb.h
@@ -48,15 +48,6 @@ namespace StatusEffectDB
StatusEffect *getStatusEffect(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.
- *
- * Returns -1 on failure.
- */
- int blockIdToId(const int blocKIndex) A_WARN_UNUSED;
-
void load();
void loadXmlFile(const std::string &fileName,