From 4abb30384f8cd6905d9813be1ad7f9b89f548afe Mon Sep 17 00:00:00 2001 From: Tony Mantler Date: Wed, 21 May 2014 10:33:15 -0700 Subject: [PATCH] Remove unused constant b/15133133 Change-Id: Ia89829e796dadf48f0257adb994c7102b7d30baf --- src/com/android/email/NotificationController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/android/email/NotificationController.java b/src/com/android/email/NotificationController.java index a81bb025c..19efccf11 100644 --- a/src/com/android/email/NotificationController.java +++ b/src/com/android/email/NotificationController.java @@ -65,9 +65,6 @@ import java.util.Set; public class NotificationController { private static final String LOG_TAG = LogTag.getLogTag(); - /** Reserved for {@link com.android.exchange.CalendarSyncEnabler} */ - @SuppressWarnings("unused") - private static final int NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED = 2; private static final int NOTIFICATION_ID_ATTACHMENT_WARNING = 3; private static final int NOTIFICATION_ID_PASSWORD_EXPIRING = 4; private static final int NOTIFICATION_ID_PASSWORD_EXPIRED = 5;