From 37ab877149582c7ce7416425bb402340e3f948a2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 27 Oct 2010 15:38:06 -0400 Subject: [PATCH] Remove comment --- src/hb-buffer.cc | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 849ca2f..7b15de4 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -310,26 +310,6 @@ _hb_buffer_swap (hb_buffer_t *buffer) buffer->i = 0; } -/* The following function copies `num_out' elements from `glyph_data' - to `buffer->out_info', advancing the in array pointer in the structure - by `num_in' elements, and the out array pointer by `num_out' elements. - Finally, it sets the `length' field of `out' equal to - `pos' of the `out' structure. - - If `component' is 0xFFFF, the component value from buffer->i - will copied `num_out' times, otherwise `component' itself will - be used to fill the `component' fields. - - If `lig_id' is 0xFFFF, the lig_id value from buffer->i - will copied `num_out' times, otherwise `lig_id' itself will - be used to fill the `lig_id' fields. - - The mask for all replacement glyphs are taken - from the glyph at position `buffer->i'. - - The cluster value for the glyph at position buffer->i is used - for all replacement glyphs */ - void _hb_buffer_add_output_glyphs (hb_buffer_t *buffer, unsigned int num_in, -- 2.7.4