Cleanup: quiet unused variable warning

This commit is contained in:
Campbell Barton
2024-06-18 12:09:41 +10:00
parent 0554ec7ec7
commit b141365fc2

View File

@@ -213,7 +213,7 @@ void Film::init(const int2 &extent, const rcti *output_rect)
{
Sampling &sampling = inst_.sampling;
Scene &scene = *inst_.scene;
SceneEEVEE &scene_eevee = scene.eevee;
// SceneEEVEE &scene_eevee = scene.eevee; /* UNUSED. */
enabled_categories_ = PassCategory(0);
init_aovs();