Cleanup: unused parameter

This commit is contained in:
Jacques Lucke 2022-12-11 12:39:59 +01:00
parent fe30856d83
commit f6b67f92a1
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ class GlareOperation : public NodeOperation {
* --------------- */
/* Not yet implemented. Unreachable code due to the is_identity method. */
Result execute_fog_glow(Result &highlights_result)
Result execute_fog_glow(Result & /*highlights_result*/)
{
BLI_assert_unreachable();
return Result(ResultType::Color, texture_pool());
@ -350,7 +350,7 @@ class GlareOperation : public NodeOperation {
* -------------- */
/* Not yet implemented. Unreachable code due to the is_identity method. */
Result execute_streaks(Result &highlights_result)
Result execute_streaks(Result & /*highlights_result*/)
{
BLI_assert_unreachable();
return Result(ResultType::Color, texture_pool());