[Bf-blender-cvs] [2156a287dc8] temp-gpencil-io: Cleanup commented lines

Antonio Vazquez noreply at git.blender.org
Wed Mar 3 17:06:43 CET 2021


Commit: 2156a287dc8c87b1c0bdf9fcdc289287acb413bf
Author: Antonio Vazquez
Date:   Wed Mar 3 17:06:37 2021 +0100
Branches: temp-gpencil-io
https://developer.blender.org/rB2156a287dc8c87b1c0bdf9fcdc289287acb413bf

Cleanup commented lines

===================================================================

M	source/blender/io/gpencil/intern/gpencil_io_base.cc

===================================================================

diff --git a/source/blender/io/gpencil/intern/gpencil_io_base.cc b/source/blender/io/gpencil/intern/gpencil_io_base.cc
index 24aa00bbef8..051611f414c 100644
--- a/source/blender/io/gpencil/intern/gpencil_io_base.cc
+++ b/source/blender/io/gpencil/intern/gpencil_io_base.cc
@@ -197,8 +197,6 @@ void GpencilIO::create_object_list(void)
   std::sort(ob_list_.begin(), ob_list_.end(), [](const ObjectZ &obz1, const ObjectZ &obz2) {
     return obz1.zdepth < obz2.zdepth;
   });
-  // ob_list_.sort(
-  //    [](const ObjectZ &obz1, const ObjectZ &obz2) { return obz1.zdepth < obz2.zdepth; });
 }
 
 /**



More information about the Bf-blender-cvs mailing list