Remove some unused imports

master
bspeice 2013-10-20 17:30:37 -04:00
parent 04adbbae94
commit 83a66e45a6
2 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import java.util.Date;
import com.uncc.gameday.R;
import com.uncc.gameday.activities.Home;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;

View File

@ -2,10 +2,7 @@ package com.uncc.gameday.alerts;
import java.util.List;
import com.uncc.gameday.GameDay;
import android.app.IntentService;
import android.content.Context;
import android.content.Intent;
public class AlertService extends IntentService {