diff --git a/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java b/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java index 179474b8b..9fddf6b46 100644 --- a/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java +++ b/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java @@ -745,14 +745,6 @@ public class NotificationCenter { return null; } -// public void removeCallNotification(int accountId, int callId) { -// try { -// NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); -// String tag = "call-" + accountId; -// notificationManager.cancel(tag, callId); -// } catch (Exception e) { Log.w(TAG, e); } -// } - public void removeNotification(int accountId, int chatId, int msgId) { boolean shouldCancelNotification = false; boolean removeSummary = false;