1
1
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:
Wez Furlong 2019-11-03 11:42:45 -08:00
parent 8d32bbf49e
commit 819faa3f85

View File

@ -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();