1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

remove dead commented out code

This commit is contained in:
Wez Furlong 2019-06-21 07:58:49 -07:00
parent 4ddef39b52
commit cfeb7e4705

View File

@ -256,13 +256,6 @@ impl Tab for ClientTab {
self.mouse.lock().unwrap().append(event);
MouseState::next(&self.mouse)?;
Ok(())
/*
if resp.clipboard.is_some() {
host.set_clipboard(resp.clipboard)?;
}
*self.renderable.borrow().selection_range.lock().unwrap() = resp.selection_range;
*/
}
fn advance_bytes(&self, _buf: &[u8], _host: &mut dyn TerminalHost) {