From d86f7ff2dfa2714e36dcfa60804e5daaafeae4fb Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 17 Feb 2018 12:18:29 -0800 Subject: [PATCH] remove unused bits --- src/xwin.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/xwin.rs b/src/xwin.rs index e9407717b..5a569a1c8 100644 --- a/src/xwin.rs +++ b/src/xwin.rs @@ -13,8 +13,8 @@ use std::process::Child; use std::process::Command; use std::rc::Rc; use std::slice; -use term::{self, CellAttributes, CursorPosition, KeyCode, KeyModifiers, Line, MouseButton, - MouseEvent, MouseEventKind, TerminalHost, Underline}; +use term::{self, CursorPosition, KeyCode, KeyModifiers, Line, MouseButton, MouseEvent, + MouseEventKind, TerminalHost, Underline}; use term::color::RgbColor; use term::hyperlink::Hyperlink; use xcb; @@ -743,7 +743,6 @@ impl<'a> TerminalWindow<'a> { &self, target: &mut glium::Frame, x: isize, - y: isize, base_y: isize, glyph: &Rc, image: &glium::texture::SrgbTexture2d, @@ -921,7 +920,6 @@ impl<'a> TerminalWindow<'a> { self.render_glyph( target, x, - y, base_y, &glyph, texture,