Web: remove unused CustomCursorError::Animation (#3794)

This commit is contained in:
daxpedda 2024-07-17 10:38:30 +02:00 committed by GitHub
parent d741c58ac3
commit 652ff7576c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -80,3 +80,4 @@ changelog entry.
This feature was incomplete, and the equivalent functionality can be trivially achieved outside
of `winit` using `objc2-ui-kit` and calling `UIDevice::currentDevice().userInterfaceIdiom()`.
- On Web, remove unused `platform::web::CustomCursorError::Animation`.