diff --git a/Sources/AppcuesKit/Appcues.swift b/Sources/AppcuesKit/Appcues.swift index e8674398d..d4c9e9c78 100644 --- a/Sources/AppcuesKit/Appcues.swift +++ b/Sources/AppcuesKit/Appcues.swift @@ -175,13 +175,6 @@ public class Appcues: NSObject { identify(isAnonymous: true, userID: "anon:\(config.anonymousIDFactory())", properties: nil) } - /// This function has been removed. Calling the anonymous function with a properties parameter - /// is no longer supported. A call to `anonymous()` with no parameters should be used instead. - @available(*, unavailable, message: "properties are no longer supported for anonymous users.") - public func anonymous(properties: [String: Any]?) { - // removed - } - /// Clears out the current user in this session. Can be used when the user logs out of your application. @objc public func reset() {