Skip to content
Snippets Groups Projects
Commit c1fdd966 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless method

Change-Id: Ib6a0ee21bfe2000231f9ba7bcad4b18ae57e4249
parent 3da7df8d
No related branches found
No related tags found
No related merge requests found
......@@ -171,10 +171,6 @@ public class Suggest implements Dictionary.WordCallback {
}.start();
}
public int getCorrectionMode() {
return mCorrectionMode;
}
public void setCorrectionMode(int mode) {
mCorrectionMode = mode;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment