Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eb22026 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Remove ContextualDictionary.haveContentsChanged().

Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4
parent 47c76f0a
Loading
Loading
Loading
Loading
+1 −6
Original line number Original line Diff line number Diff line
@@ -50,9 +50,4 @@ public class ContextualDictionary extends ExpandableBinaryDictionary {
    @Override
    @Override
    protected void loadInitialContentsLocked() {
    protected void loadInitialContentsLocked() {
    }
    }

    @Override
    protected boolean haveContentsChanged() {
        return false;
    }
}
}