Skip to content

Commit 456eb78

Browse files
committed
Remove unused cruft
1 parent 8623cd6 commit 456eb78

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/windows_term/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ fn enable_ansi_on(out: &Term) -> bool {
130130
.is_some()
131131
}
132132

133-
// fn set_enable_processed_input(out: &Term, enable: bool) -> bool {
134-
// set_console_mode(out, ENABLE_PROCESSED_INPUT, enable)
135-
// }
136-
137133
unsafe fn console_on_any(fds: &[STD_HANDLE]) -> bool {
138134
for &fd in fds {
139135
let mut out = 0;

0 commit comments

Comments
 (0)