summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/PhotoDataAdapter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/app/PhotoDataAdapter.java')
-rwxr-xr-xsrc/com/android/gallery3d/app/PhotoDataAdapter.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/gallery3d/app/PhotoDataAdapter.java b/src/com/android/gallery3d/app/PhotoDataAdapter.java
index c7dd48b1e..1b6f3def3 100755
--- a/src/com/android/gallery3d/app/PhotoDataAdapter.java
+++ b/src/com/android/gallery3d/app/PhotoDataAdapter.java
@@ -1208,12 +1208,6 @@ public class PhotoDataAdapter implements PhotoPage.Model {
}
public synchronized void notifyDirty() {
- while (mDirty) {
- try {
- wait(NOTIFY_DIRTY_WAIT_TIME);
- } catch (Exception ex) {
- }
- }
mDirty = true;
notifyAll();
}