Skip to content

Commit a1669b1

Browse files
committed
delete unused functions
1 parent e39f87e commit a1669b1

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/UniGetUI/Pages/SoftwarePages/SoftwareUpdatesPage.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -571,18 +571,5 @@ private void MenuSkipVersion_Invoked(object sender, RoutedEventArgs e)
571571
UpgradablePackagesLoader.Instance.Remove(package);
572572
UpgradablePackagesLoader.Instance.IgnoredPackages[package.Id] = package;
573573
}
574-
575-
576-
public void UpdateAll()
577-
{
578-
}
579-
580-
public void UpdatePackageForId(string id)
581-
{
582-
}
583-
584-
public void UpdateAllPackagesForManager(string manager)
585-
{
586-
}
587574
}
588575
}

0 commit comments

Comments
 (0)