Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
BevapDin committed Nov 22, 2019
1 parent 8c01ea4 commit 20e917d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/savegame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ void scent_map::deserialize( const std::string &data )
///// quick shortcuts
void game::load_shortcuts( std::istream &fin )
{
std::string linebuf;
std::stringstream linein;

JsonIn jsin( fin );
try {
JsonObject data = jsin.get_object();
Expand Down

0 comments on commit 20e917d

Please sign in to comment.