From 6b208a6958a32594cf1248f5336f8a8f79d17fe3 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 11 Dec 2020 03:40:32 +0300 Subject: Bump glutin to 0.26.0 Fixes #4530. Fixes #4072. Fixes #1927. --- alacritty/src/wayland_theme.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alacritty/src/wayland_theme.rs') 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 { -- cgit