From 256749c6d0ae0a26ad93c973e2e5623213807bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 24 Nov 2024 08:01:31 +0100 Subject: [PATCH] term: get_font_dpi(): remove invalid assertion Closes #1874 --- terminal.c | 2 -- 1 file changed, 2 deletions(-) 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;