Skip to content

Commit

Permalink
Remove 'Terminal' instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
nnh12 committed Nov 25, 2024
1 parent bebf802 commit 1230e77
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions applications/less/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,18 +289,6 @@ pub fn main(args: Vec<String>) -> isize {
}
}

//let terminal = Arc::new(Mutex::new(Terminal::new().expect("Failed to create terminal")));
//let mut locked_terminal = terminal.lock().expect("failed to lock terminal");

//let mut locked_terminal = Terminal::new().expect("Failed to create termina;");
//let message = "Hello, Theseus!";
//locked_terminal.print_to_terminal(message.to_string());
//locked_terminal.refresh_display().unwrap();

//if let Err(e) = run(filename) {
// error!("{}", e);
// return 1;
//}
0
}

Expand Down

0 comments on commit 1230e77

Please sign in to comment.