fix compile error

This commit is contained in:
Robert Burnett 2025-05-13 06:51:15 -05:00 committed by CJ van den Berg
parent fcbb377237
commit 7ec25cfb46

View file

@ -1091,10 +1091,6 @@ fn current() *Self {
return instance_ orelse @panic("tui call out of context");
}
pub fn get_global_marks() *[256]?GlobalMarkLocation {
return &current().global_marks;
}
pub fn rdr() *renderer {
return &current().rdr_;
}