Remove unused constant

b/15133133

Change-Id: Ia89829e796dadf48f0257adb994c7102b7d30baf
This commit is contained in:
Tony Mantler 2014-05-21 10:33:15 -07:00
parent 2fbd8c269c
commit 4abb30384f

View File

@ -65,9 +65,6 @@ import java.util.Set;
public class NotificationController { public class NotificationController {
private static final String LOG_TAG = LogTag.getLogTag(); 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_ATTACHMENT_WARNING = 3;
private static final int NOTIFICATION_ID_PASSWORD_EXPIRING = 4; private static final int NOTIFICATION_ID_PASSWORD_EXPIRING = 4;
private static final int NOTIFICATION_ID_PASSWORD_EXPIRED = 5; private static final int NOTIFICATION_ID_PASSWORD_EXPIRED = 5;