Remove a useless method

Change-Id: Ib6a0ee21bfe2000231f9ba7bcad4b18ae57e4249
main
Jean Chalard 2011-12-08 21:47:05 +09:00
parent 3da7df8db7
commit c1fdd966a7
1 changed files with 0 additions and 4 deletions

View File

@ -171,10 +171,6 @@ public class Suggest implements Dictionary.WordCallback {
}.start();
}
public int getCorrectionMode() {
return mCorrectionMode;
}
public void setCorrectionMode(int mode) {
mCorrectionMode = mode;
}