amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
902 stars 156 forks source link

Remove unused ConvertSaveload. #177

Open viljami opened 3 years ago

viljami commented 3 years ago

ConvertSaveload is hard to get imported correctly and it is not yet used in Chapter 7. I would suggest removing for now.

jannikkeye commented 2 years ago

Same in chapter 9 at https://github.com/amethyst/rustrogueliketutorial/blob/d6a4673ca59cffe057d4b0015b4920ecd5faa3b6/book/src/chapter_9.md?plain=1#L628