remove comments

This commit is contained in:
jole 2022-07-19 21:06:34 +02:00
parent cc9f2cae53
commit be2132735b
1 changed files with 0 additions and 4 deletions

View File

@ -417,10 +417,6 @@ pub fn listen_raw(instance: &mut Mpv) -> String {
let mut response = String::new();
instance.reader.read_line(&mut response).unwrap();
response.trim_end().to_string()
// let mut stream = &instance.0;
// let mut buffer = [0; 32];
// stream.read(&mut buffer[..]).unwrap();
// String::from_utf8_lossy(&buffer).into_owned()
}
fn send_command_sync(instance: &Mpv, command: &str) -> String {