remove some unneccessary stuff

This commit is contained in:
Chris Cochrun 2024-09-17 06:19:47 -05:00
parent 3b87f862ea
commit 922f1b3456
3 changed files with 23 additions and 26 deletions

View file

@ -24,7 +24,7 @@ mod ytdl {
impl cxx_qt::Threading for Ytdl {}
}
use cxx_qt::{CxxQtType, Threading};
use cxx_qt::Threading;
use cxx_qt_lib::{QString, QUrl};
use dirs;
use std::{fs, pin::Pin};
@ -99,6 +99,4 @@ impl ytdl::Ytdl {
false
}
}
async fn dl_video() {}
}