summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/LocalData.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/data/LocalData.java')
-rw-r--r--src/com/android/camera/data/LocalData.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/camera/data/LocalData.java b/src/com/android/camera/data/LocalData.java
index 61714e243..2b617d7e1 100644
--- a/src/com/android/camera/data/LocalData.java
+++ b/src/com/android/camera/data/LocalData.java
@@ -109,12 +109,11 @@ public interface LocalData extends FilmStripView.ImageData {
/**
* Returns the type of the local data defined by {@link LocalData}.
*
- * @param dataID The ID of the data.
* @return The local data type. Could be one of the following:
* {@code LOCAL_CAMERA_PREVIEW}, {@code LOCAL_VIEW}, {@code LOCAL_IMAGE},
* {@code LOCAL_VIDEO}, and {@code LOCAL_PHOTO_SPHERE},
*/
- int getLocalDataType(int dataID);
+ int getLocalDataType();
/**
* Refresh the data content.