mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 10:55:37 +01:00
Migrate TODO to issue
This commit is contained in:
parent
e3047c1bc9
commit
a9ec23e6c9
@ -136,8 +136,6 @@ impl InstallerFramework {
|
||||
|
||||
/// Sends a request for everything to be uninstalled.
|
||||
pub fn uninstall(&mut self, messages: &Sender<InstallMessage>) -> Result<(), String> {
|
||||
// TODO: Cleanup maintenance tool
|
||||
|
||||
let items: Vec<String> = self.database.iter().map(|x| x.name.clone()).collect();
|
||||
|
||||
let task = Box::new(UninstallTask { items });
|
||||
|
Loading…
Reference in New Issue
Block a user