Remove ContextualDictionary.haveContentsChanged().

Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4
main
Keisuke Kuroyanagi 2014-05-12 13:50:08 +09:00
parent 47c76f0a45
commit 4eb220269b
1 changed files with 1 additions and 6 deletions

View File

@ -50,9 +50,4 @@ public class ContextualDictionary extends ExpandableBinaryDictionary {
@Override
protected void loadInitialContentsLocked() {
}
@Override
protected boolean haveContentsChanged() {
return false;
}
}
}