Remove empty [on_redo] action
This was introduced this development cycle (1.13) in 2015 (commit6010455f56
) and removed in33c2e6aa67
. Presumably the action was left for backwards compatibility, but we do not guarantee backwards compatibility for changes that never made it to a stable release.
This commit is contained in:
parent
48fa7d9461
commit
10561d3e53
1 changed files with 0 additions and 4 deletions
|
@ -970,9 +970,5 @@ WML_HANDLER_FUNCTION(on_undo, event_info, cfg)
|
|||
}
|
||||
}
|
||||
|
||||
WML_HANDLER_FUNCTION(on_redo, , )
|
||||
{
|
||||
}
|
||||
|
||||
} // end namespace game_events
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue