[Bf-blender-cvs] [c86845eaa03] temp-gpencil-io: Remove commented lines

Antonio Vazquez noreply at git.blender.org
Tue Mar 23 18:18:57 CET 2021


Commit: c86845eaa03f033a7872b46d2c46cc1c4154c599
Author: Antonio Vazquez
Date:   Tue Mar 23 18:18:51 2021 +0100
Branches: temp-gpencil-io
https://developer.blender.org/rBc86845eaa03f033a7872b46d2c46cc1c4154c599

Remove 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 8e3a5ad0759..f635bc3ff2c 100644
--- a/source/blender/io/gpencil/intern/gpencil_io_base.cc
+++ b/source/blender/io/gpencil/intern/gpencil_io_base.cc
@@ -23,9 +23,6 @@
  * \ingroup bgpencil
  */
 #include <algorithm>
-// #include <string>
-
-// #include "DNA_vec_types.h"
 
 #include "BLI_blenlib.h"
 #include "BLI_math.h"
@@ -36,7 +33,6 @@
 #include "DNA_material_types.h"
 #include "DNA_scene_types.h"
 #include "DNA_screen_types.h"
-// #include "DNA_view3d_types.h"
 
 #include "BKE_camera.h"
 #include "BKE_context.h"



More information about the Bf-blender-cvs mailing list