remove deprecated constructions

This commit is contained in:
yggverse 2024-09-08 01:41:58 +03:00
parent 7e7cff8c74
commit ed6e639082
3 changed files with 2 additions and 10 deletions

View file

@ -28,14 +28,14 @@ void History::refresh()
{
Memory match;
historyBack->set_sensitive(
historyBack->set_sensitive( // @TODO operate with action status
try_back(
match,
false
)
);
historyForward->set_sensitive(
historyForward->set_sensitive( // @TODO operate with action status
try_forward(
match,
false