Skip to content

Commit

Permalink
remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya committed Sep 30, 2024
1 parent 32aa515 commit 6316606
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ impl FilterContext {
self.source.as_ref()
}

pub fn set_filter_skip(&mut self, filter_skip: FilterSkip) {
self.filter_skip = Some(filter_skip);
}

pub fn set_base(&mut self, base: Url) {
self.base = Some(base);
}

pub fn subcontext(&mut self) -> SubContext<'_> {
let saved_filter_skip = self.filter_skip.take();
SubContext {
Expand Down

0 comments on commit 6316606

Please sign in to comment.