chore(renderer/fonts): Fix unused variable warning

macos-click-through
Serg Tereshchenko 3 years ago
parent a1bb24b445
commit c870c46aa3

@ -252,7 +252,7 @@ impl CachingShaper {
pub fn shape(&mut self, cells: &[String], bold: bool, italic: bool) -> Vec<TextBlob> {
let current_size = self.current_size();
let (glyph_width, glyph_height) = self.font_base_dimensions();
let (glyph_width, _glyph_height) = self.font_base_dimensions();
let mut resulting_blobs = Vec::new();

Loading…
Cancel
Save