From a72e10ab23ecefaadc303f5779613efdd3a12b28 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 30 Mar 2025 20:18:06 +0200 Subject: [PATCH] Remove outdated TODO --- crates/epaint/src/text/fonts.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/epaint/src/text/fonts.rs b/crates/epaint/src/text/fonts.rs index c78ca99a6..4a7da64a3 100644 --- a/crates/epaint/src/text/fonts.rs +++ b/crates/epaint/src/text/fonts.rs @@ -905,7 +905,6 @@ impl GalleyCache { start = end; } - // TODO: adjust section_index in the concatted galley Galley::concat(job, &galleys, fonts.pixels_per_point) }