1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Remove outdated TODO

This commit is contained in:
Emil Ernerfeldt
2025-03-30 20:18:06 +02:00
parent 59442ca4d5
commit a72e10ab23

View File

@@ -905,7 +905,6 @@ impl GalleyCache {
start = end;
}
// TODO: adjust section_index in the concatted galley
Galley::concat(job, &galleys, fonts.pixels_per_point)
}