Skip to content

Commit

Permalink
Remove constants
Browse files Browse the repository at this point in the history
Remove unused assetDeletionFailure constant
  • Loading branch information
cristinaITdeveloper authored Jan 4, 2018
1 parent 50437f9 commit d36007c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SDPhotosHelper/Classes/SDPhotosHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class SDPhotosHelper: NSObject {
static let assetNotFoundError : NSError = NSError(domain: "SDPhotosHelper", code: 1001, userInfo: [NSLocalizedDescriptionKey : "Asset with given identifier not found"])
static let assetCreationFailure = NSError(domain: "SDPhotosHelper", code: 1002, userInfo: [NSLocalizedDescriptionKey : "Asset could not be added from the given source"])
static let albumNotFoundError : NSError = NSError(domain: "SDPhotosHelper", code: 1003, userInfo: [NSLocalizedDescriptionKey : "Album with given name was not found"])
static let assetDeletionFailure = NSError(domain: "SDPhotosHelper", code: 1004, userInfo: [NSLocalizedDescriptionKey : "Asset could not be deleted from the given source"])

//MARK:- Methods

Expand Down

0 comments on commit d36007c

Please sign in to comment.