remove incorrect copy-pasted comment

This commit is contained in:
Paul Davis 2025-07-09 17:21:12 -06:00
parent 2def30bda5
commit 2d21391c66

View file

@ -3804,10 +3804,6 @@ Editor::trim_region (bool front)
commit_result = true;
pl->thaw ();
/* We might have removed regions, which alters other regions' layering_index,
so we need to do a recursive diff here.
*/
vector<Command*> cmds;
pl->rdiff (cmds);
add_commands (cmds);