Remove dead draw merge temporary paint parameter

This commit is contained in:
2026-06-15 23:20:10 +02:00
parent 12cd9188e9
commit 55a79ee436
4 changed files with 7 additions and 9 deletions

View File

@@ -265,8 +265,7 @@ private:
int plane_index,
std::shared_ptr<Layer> layer,
const Brush& brush,
const glm::mat4& ortho,
bool copy_blend_destination);
const glm::mat4& ortho);
void draw_merge_branch_orchestration(
int plane_index,
int layer_index,