Skip to content

Commit

Permalink
Remove reload_images
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Sep 13, 2023
1 parent 22fa289 commit 11e3e41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ impl CommonMarkCache {
Ok(())
}

/// Refetch all images
pub fn reload_images(&mut self, ui: &Ui) {
ui.ctx().forget_all_images();
}

/// Clear the cache for all scrollable elements
pub fn clear_scrollable(&mut self) {
self.scroll.clear();
Expand Down

0 comments on commit 11e3e41

Please sign in to comment.