From d36007c3b84f4bb5d68aa2818f51252405cf5623 Mon Sep 17 00:00:00 2001 From: Cristina Developer Date: Thu, 4 Jan 2018 14:59:39 +0100 Subject: [PATCH] Remove constants Remove unused assetDeletionFailure constant --- SDPhotosHelper/Classes/SDPhotosHelper.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SDPhotosHelper/Classes/SDPhotosHelper.swift b/SDPhotosHelper/Classes/SDPhotosHelper.swift index 03a8cf2..1fd8544 100644 --- a/SDPhotosHelper/Classes/SDPhotosHelper.swift +++ b/SDPhotosHelper/Classes/SDPhotosHelper.swift @@ -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