[Bf-blender-cvs] [deff5f1cd08] temp-spreadsheet-row-filter: Remove unecessary comment

Hans Goudey noreply at git.blender.org
Thu Apr 22 16:14:31 CEST 2021


Commit: deff5f1cd085e062d2df7a79222edf3190a6f6fd
Author: Hans Goudey
Date:   Thu Apr 22 08:56:10 2021 -0500
Branches: temp-spreadsheet-row-filter
https://developer.blender.org/rBdeff5f1cd085e062d2df7a79222edf3190a6f6fd

Remove unecessary comment

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

M	source/blender/editors/space_spreadsheet/space_spreadsheet.cc

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

diff --git a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
index 872a22367e2..0cd59e81e44 100644
--- a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
+++ b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
@@ -373,7 +373,6 @@ static void spreadsheet_main_region_draw(const bContext *C, ARegion *region)
     const int width = get_column_width_in_pixels(*values);
     spreadsheet_layout.columns.append({values, width});
 
-    /* Copy the current data type to the column storage for convenience. */
     spreadsheet_column_assign_runtime_data(column, values->type(), values->name());
   }



More information about the Bf-blender-cvs mailing list