mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Remove unnecessary function from AppLibrary
.
Partial #313 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
6b27d516e9
commit
4e0a471d81
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@ protocol AppLibrary {
|
||||||
/// Entire set of installed apps.
|
/// Entire set of installed apps.
|
||||||
var installedApps: [SoftwareProduct] { get }
|
var installedApps: [SoftwareProduct] { get }
|
||||||
|
|
||||||
/// Finds an app for appID.
|
|
||||||
///
|
|
||||||
/// - Parameter appID: app ID for app.
|
|
||||||
/// - Returns: SoftwareProduct of app if found; nil otherwise.
|
|
||||||
func installedApp(withAppID appID: AppID) -> SoftwareProduct?
|
|
||||||
|
|
||||||
/// Uninstalls an app.
|
/// Uninstalls an app.
|
||||||
///
|
///
|
||||||
/// - Parameter app: App to be removed.
|
/// - Parameter app: App to be removed.
|
||||||
|
|
Loading…
Reference in a new issue