Skip to content

Commit 75e86ba

Browse files
cole-millerP1n3appl3
authored andcommitted
Fix compilation on main (zed-industries#40428)
Updates zed-industries#40420 Release Notes: - N/A
1 parent 1d6b944 commit 75e86ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/gpui/src/platform/mac/text_system.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ impl MacTextSystemState {
450450
// to prevent core text from forming ligatures between them
451451
let needs_zwnj = last_font_run.replace(run.font_id) == Some(run.font_id);
452452

453-
let n_zwnjs = self.zwnjs_scratch_space.len(); // from previous loop
454453
let utf16_start = string.char_len(); // insert at end of string
455454
ix_converter.advance_to_utf8_ix(ix_converter.utf8_ix + run.len);
456455

0 commit comments

Comments
 (0)