From f52afa956baba2c616c70466080e8252224cf5de Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Fri, 23 Mar 2012 14:59:14 +0800 Subject: Remove Position and PositionRepository. Also fix a regression introduced in previous change. Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562 --- tests/src/com/android/gallery3d/data/GalleryAppStub.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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; } -- cgit v1.2.3