Skip to content

Commit

Permalink
Remove deprecated format
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Jul 25, 2024
1 parent ee10896 commit 9092fdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dunge/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ pub struct Frame<'v, 'e> {
}

impl Frame<'_, '_> {
#[deprecated]
pub fn format(&self) -> Format {
self.target.format
}

pub fn layer<'p, V, I, O>(&'p mut self, layer: &'p Layer<V, I>, opts: O) -> SetLayer<'p, V, I>
where
O: Into<Options>,
Expand Down

0 comments on commit 9092fdb

Please sign in to comment.