Cleanup: Remove redundant comment

This commit is contained in:
Julian Eisel 2016-08-19 01:20:35 +02:00
parent ca5271e637
commit 4d8ac1eaa5
Notes: blender-bot 2023-02-14 07:42:01 +01:00
Referenced by issue #49139, Memory leak in UV image editor related to Undo (and possibly Waveform and Vectorscope)
Referenced by issue #49113, Blender crashes hard with new nvidia drivers
Referenced by issue #49078, When rendering fire in cycles, odd duplicates appear when the camera is located inside the domain
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ Scene *BKE_scene_copy(Main *bmain, Scene *sce, int type)
if (type == SCE_COPY_EMPTY) {
ListBase rl, rv;
/* XXX. main should become an arg */
scen = BKE_scene_add(bmain, sce->id.name + 2);
rl = scen->r.layers;