remove useless code

the style ID is reset up above
pull/9645/head
Qwerasd 2025-11-18 18:08:52 -07:00
parent f9e245ab7f
commit 0ce3d0bd07
1 changed files with 0 additions and 6 deletions

View File

@ -760,12 +760,6 @@ pub const Page = struct {
} }
if (src_cell.hasGrapheme()) { if (src_cell.hasGrapheme()) {
// To prevent integrity checks flipping. This will
// get fixed up when we check the style id below.
if (build_options.slow_runtime_safety) {
dst_cell.style_id = stylepkg.default_id;
}
// Copy the grapheme codepoints // Copy the grapheme codepoints
const cps = other.lookupGrapheme(src_cell).?; const cps = other.lookupGrapheme(src_cell).?;