mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00:00
remove useless code
the style ID is reset up above
This commit is contained in:
@@ -760,12 +760,6 @@ pub const Page = struct {
|
||||
}
|
||||
|
||||
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
|
||||
const cps = other.lookupGrapheme(src_cell).?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user