Remove unused constant
b/15133133 Change-Id: Ia89829e796dadf48f0257adb994c7102b7d30baf
This commit is contained in:
parent
2fbd8c269c
commit
4abb30384f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user