Remove CompositionMode enum

It was used in the previous TargetPixelBuffer interface, but this is no
longer the case
This commit is contained in:
Olivier Goffart 2025-05-07 12:24:16 +02:00
parent d30dbeab58
commit 3a9ae8af0e
3 changed files with 0 additions and 26 deletions

View file

@ -331,7 +331,6 @@ fn gen_corelib(
"SortOrder",
"BitmapFont",
"PhysicalRegion",
"CompositionMode",
]
.iter()
.chain(items.iter())