diff options
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r-- | src/resources/iteminfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 9d1f94954..33727b136 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -244,7 +244,7 @@ class ItemInfo SpriteToItemMap *getSpriteToItemReplaceMap(int directions) const; - std::string getDyeString(int color) const; +// std::string getDyeString(int color) const; std::string getDyeColorsString(int color) const; |