Cleanup: Remove incorrect comment

This commit is contained in:
Hans Goudey 2022-08-04 13:49:07 -05:00
parent 77047d2088
commit fca7cb0101
1 changed files with 0 additions and 1 deletions

View File

@ -3479,7 +3479,6 @@ int CustomData_get_n_offset(const CustomData *data, const int type, const int n)
int CustomData_get_offset_named(const CustomData *data, int type, const char *name)
{
/* get the layer index of the active layer of type */
int layer_index = CustomData_get_named_layer_index(data, type, name);
if (layer_index == -1) {
return -1;