Remove unused PlatformAtlas::clear method

This commit is contained in:
Antonio Scandurra 2024-01-18 10:40:15 +01:00
parent 9240a1a707
commit 559461923f
3 changed files with 0 additions and 22 deletions

View file

@ -282,8 +282,6 @@ pub(crate) trait PlatformAtlas: Send + Sync {
key: &AtlasKey,
build: &mut dyn FnMut() -> Result<(Size<DevicePixels>, Cow<'a, [u8]>)>,
) -> Result<AtlasTile>;
fn clear(&self);
}
#[derive(Clone, Debug, PartialEq, Eq)]