From 1f00926a7db577348e2863dccd8e5fbddbbfc035 Mon Sep 17 00:00:00 2001
From: jbhusson <jonah@elixxir.io>
Date: Fri, 17 Sep 2021 15:01:23 -0400
Subject: [PATCH] remove unused interface

---
 notifications/notifications.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/notifications/notifications.go b/notifications/notifications.go
index e09a16e..e74f851 100644
--- a/notifications/notifications.go
+++ b/notifications/notifications.go
@@ -40,10 +40,6 @@ import (
 
 // Function type definitions for the main operations (poll and notify)
 type NotifyFunc func(*pb.NotificationData, *apns.ApnsComm, *firebase.FirebaseComm, *storage.Storage) error
-type ApnsSender interface {
-	//Send(token string, p apns.Payload, opts ...apns.SendOption) (*apns.Response, error)
-	Push(n *apns2.Notification) (*apns2.Response, error)
-}
 
 // Params struct holds info passed in for configuration
 type Params struct {
-- 
GitLab