appease clippy

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-04 16:13:53 -04:00
parent e8be471608
commit d12f66e5cd

View File

@@ -22,7 +22,7 @@ pub fn ensure_latest_texture_from_cache(
} }
pub fn ensure_latest_texture( pub fn ensure_latest_texture(
ui: &egui::Ui, _ui: &egui::Ui,
url: &str, url: &str,
gifs: &mut GifStateMap, gifs: &mut GifStateMap,
img: &mut TexturedImage, img: &mut TexturedImage,
@@ -108,7 +108,7 @@ pub fn ensure_latest_texture(
gifs.insert(url.to_owned(), new_state); gifs.insert(url.to_owned(), new_state);
} }
if let Some(req) = request_next_repaint { if let Some(_req) = request_next_repaint {
// TODO(jb55): make a continuous gif rendering setting // TODO(jb55): make a continuous gif rendering setting
// 24fps for gif is fine // 24fps for gif is fine
/* /*