mirror of
https://github.com/wez/wezterm.git
synced 2025-01-04 19:54:56 +03:00
remove unused get_dpi_scale method
This commit is contained in:
parent
8d32bbf49e
commit
819faa3f85
@ -175,10 +175,6 @@ impl FontConfiguration {
|
||||
*self.font_scale.borrow()
|
||||
}
|
||||
|
||||
pub fn get_dpi_scale(&self) -> f64 {
|
||||
*self.dpi_scale.borrow()
|
||||
}
|
||||
|
||||
pub fn default_font_metrics(&self) -> Result<FontMetrics, Error> {
|
||||
{
|
||||
let metrics = self.metrics.borrow();
|
||||
|
Loading…
Reference in New Issue
Block a user