diff options
-rw-r--r-- | src/haikuterm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/haikuterm.c b/src/haikuterm.c index eb58d1714ea..1b2259bcc59 100644 --- a/src/haikuterm.c +++ b/src/haikuterm.c @@ -610,7 +610,6 @@ haiku_draw_text_decoration (struct glyph_string *s, struct face *face, return; void *view = FRAME_HAIKU_VIEW (s->f); - BView_draw_lock (view); if (face->underline) { @@ -744,8 +743,6 @@ haiku_draw_text_decoration (struct glyph_string *s, struct face *face, BView_FillRectangle (view, s->x, glyph_y + dy, s->width, h); } - - BView_draw_unlock (view); } static void |