mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
remove unused bits
This commit is contained in:
parent
2b2e443c7b
commit
d86f7ff2df
@ -13,8 +13,8 @@ use std::process::Child;
|
|||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use std::slice;
|
use std::slice;
|
||||||
use term::{self, CellAttributes, CursorPosition, KeyCode, KeyModifiers, Line, MouseButton,
|
use term::{self, CursorPosition, KeyCode, KeyModifiers, Line, MouseButton, MouseEvent,
|
||||||
MouseEvent, MouseEventKind, TerminalHost, Underline};
|
MouseEventKind, TerminalHost, Underline};
|
||||||
use term::color::RgbColor;
|
use term::color::RgbColor;
|
||||||
use term::hyperlink::Hyperlink;
|
use term::hyperlink::Hyperlink;
|
||||||
use xcb;
|
use xcb;
|
||||||
@ -743,7 +743,6 @@ impl<'a> TerminalWindow<'a> {
|
|||||||
&self,
|
&self,
|
||||||
target: &mut glium::Frame,
|
target: &mut glium::Frame,
|
||||||
x: isize,
|
x: isize,
|
||||||
y: isize,
|
|
||||||
base_y: isize,
|
base_y: isize,
|
||||||
glyph: &Rc<CachedGlyph>,
|
glyph: &Rc<CachedGlyph>,
|
||||||
image: &glium::texture::SrgbTexture2d,
|
image: &glium::texture::SrgbTexture2d,
|
||||||
@ -921,7 +920,6 @@ impl<'a> TerminalWindow<'a> {
|
|||||||
self.render_glyph(
|
self.render_glyph(
|
||||||
target,
|
target,
|
||||||
x,
|
x,
|
||||||
y,
|
|
||||||
base_y,
|
base_y,
|
||||||
&glyph,
|
&glyph,
|
||||||
texture,
|
texture,
|
||||||
|
Loading…
Reference in New Issue
Block a user