chore: drop v0.30 deprecated APIs

Co-authored-by: daxpedda <daxpedda@gmail.com>
This commit is contained in:
Kirill Chibisov 2024-07-26 16:44:47 +03:00 committed by GitHub
parent 4e2e764e4a
commit facb809f12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 54 deletions

View file

@ -8,10 +8,6 @@
use crate::dpi::{PhysicalPosition, PhysicalSize};
use crate::platform_impl;
/// Deprecated! Use `VideoModeHandle` instead.
#[deprecated = "Renamed to `VideoModeHandle`"]
pub type VideoMode = VideoModeHandle;
/// Describes a fullscreen video mode of a monitor.
///
/// Can be acquired with [`MonitorHandle::video_modes`].