Skip to content

Commit

Permalink
fix unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 24, 2017
1 parent 41c4ecb commit d23eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_events/action_wml.cpp
Expand Up @@ -965,7 +965,7 @@ WML_HANDLER_FUNCTION(on_undo, event_info, cfg)
}
}

WML_HANDLER_FUNCTION(on_redo, event_info, cfg)
WML_HANDLER_FUNCTION(on_redo, , )
{
}

Expand Down

0 comments on commit d23eb4e

Please sign in to comment.