diff --git a/terminal.c b/terminal.c index 6d62a3ed..2eceeda4 100644 --- a/terminal.c +++ b/terminal.c @@ -884,8 +884,6 @@ get_font_dpi(const struct terminal *term) * scaling factor (no downscaling done by the compositor). */ - xassert(tll_length(term->wl->monitors) > 0); - const struct wl_window *win = term->window; const struct monitor *mon = NULL;