summaryrefslogtreecommitdiff
path: root/src/resources/db/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/itemdb.h')
-rw-r--r--src/resources/db/itemdb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h
index cc94145ab..3a992b90c 100644
--- a/src/resources/db/itemdb.h
+++ b/src/resources/db/itemdb.h
@@ -33,11 +33,6 @@
class ItemInfo;
-namespace ItemDB
-{
- struct Stat;
-}
-
/**
* Item information database.
*/
@@ -77,8 +72,6 @@ namespace ItemDB
#endif
int getTagId(const std::string &tagName) A_WARN_UNUSED;
-
- void setStatsList(const std::vector<Stat> &stats);
} // namespace ItemDB
#endif // RESOURCES_DB_ITEMDB_H