From 9afad1de442344fecfb65f371981f1a624de23a5 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 29 Jun 2020 13:12:07 +0200 Subject: Fix compiler warning for deprecated variable use --- source/blender/makesdna/DNA_scene_defaults.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_scene_defaults.h b/source/blender/makesdna/DNA_scene_defaults.h index 32975d10a89..fa69b6c7a8d 100644 --- a/source/blender/makesdna/DNA_scene_defaults.h +++ b/source/blender/makesdna/DNA_scene_defaults.h @@ -218,7 +218,6 @@ .bloom_radius = 6.5f, \ .bloom_clamp = 0.0f, \ \ - .motion_blur_samples = 8, \ .motion_blur_shutter = 0.5f, \ .motion_blur_depth_scale = 100.0f, \ .motion_blur_max = 32, \ -- cgit v1.2.3