diff options
author | Owen Lin <owenlin@google.com> | 2012-03-23 14:59:14 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2012-04-02 17:17:52 +0800 |
commit | f52afa956baba2c616c70466080e8252224cf5de (patch) | |
tree | 6f356af583e82bdf432b3598f3e8be1141f8082b /tests/src/com | |
parent | 037e06c5e11ca4a4e40b0741f2d6604b2fd9337a (diff) | |
download | android_packages_apps_Snap-f52afa956baba2c616c70466080e8252224cf5de.tar.gz android_packages_apps_Snap-f52afa956baba2c616c70466080e8252224cf5de.tar.bz2 android_packages_apps_Snap-f52afa956baba2c616c70466080e8252224cf5de.zip |
Remove Position and PositionRepository.
Also fix a regression introduced in previous change.
Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562
Diffstat (limited to 'tests/src/com')
-rw-r--r-- | tests/src/com/android/gallery3d/data/GalleryAppStub.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/gallery3d/data/GalleryAppStub.java b/tests/src/com/android/gallery3d/data/GalleryAppStub.java index 36075f435..47693d2d4 100644 --- a/tests/src/com/android/gallery3d/data/GalleryAppStub.java +++ b/tests/src/com/android/gallery3d/data/GalleryAppStub.java @@ -19,7 +19,6 @@ package com.android.gallery3d.data; import com.android.gallery3d.app.GalleryApp; import com.android.gallery3d.app.StateManager; import com.android.gallery3d.ui.GLRoot; -import com.android.gallery3d.ui.PositionRepository; import com.android.gallery3d.util.ThreadPool; import android.content.ContentResolver; @@ -35,7 +34,6 @@ class GalleryAppStub implements GalleryApp { public DecodeUtils getDecodeService() { return null; } public GLRoot getGLRoot() { return null; } - public PositionRepository getPositionRepository() { return null; } public Context getAndroidContext() { return null; } |