From f1488152bd47d4434532226d94f1be38c24ac735 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 19 Jun 2020 23:07:28 +0430 Subject: [PATCH] [doc] Remove the not needed comment All the other similar iterating API are like this and don't have such comment, written at the time I wasn't familiar enough with the way such API are shaped. --- src/hb-ot-layout.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index b612c1e2f..c7a3db605 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1710,12 +1710,6 @@ hb_ot_layout_feature_get_name_ids (hb_face_t *face, * Fetches a list of the characters defined as having a variant under the specified * "Character Variant" ("cvXX") feature tag. * - * Note: If the char_count output value is equal to its input value, then there - * is a chance there were more characters defined under the feature tag than were - * returned. This function can be called with incrementally larger start_offset - * until the char_count output value is lower than its input value, or the size - * of the characters array can be increased. - * * Return value: Number of total sample characters in the cvXX feature. * * Since: 2.0.0