aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/wayland_theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/src/wayland_theme.rs')
-rw-r--r--alacritty/src/wayland_theme.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/alacritty/src/wayland_theme.rs b/alacritty/src/wayland_theme.rs
index c18044f9..b9c4381e 100644
--- a/alacritty/src/wayland_theme.rs
+++ b/alacritty/src/wayland_theme.rs
@@ -67,10 +67,6 @@ impl WaylandTheme for AlacrittyWaylandTheme {
(_, Button::Close) => self.hovered_close_icon,
}
}
-
- fn font(&self) -> Option<(String, f32)> {
- Some((String::from("sans-serif"), 17.))
- }
}
trait IntoARGBColor {