OSDN Git Service

Remove unused imports.
authorFlavio Lerda <flerda@google.com>
Thu, 18 Apr 2013 21:51:46 +0000 (22:51 +0100)
committerFlavio Lerda <flerda@google.com>
Thu, 18 Apr 2013 22:47:11 +0000 (23:47 +0100)
This is follow-up on the previous fix for b/8433834, addressing reviewer
comments.

Bug: 8433834
Change-Id: I06f466704175a62d8febc5be471a2ca1f50e898d

src/com/android/gallery3d/app/PhotoPage.java

index a6ed0d3..613ac17 100644 (file)
@@ -73,10 +73,6 @@ import com.android.gallery3d.ui.SynchronizedHandler;
 import com.android.gallery3d.util.GalleryUtils;
 import com.android.gallery3d.util.UsageStatistics;
 
-import java.text.DateFormat;
-import java.text.ParseException;
-import java.util.Date;
-
 public abstract class PhotoPage extends ActivityState implements
         PhotoView.Listener, AppBridge.Server, ShareActionProvider.OnShareTargetSelectedListener,
         PhotoPageBottomControls.Delegate, GalleryActionBar.OnAlbumModeSelectedListener {