Delete extra inflating view

- this is not called in froyo-LatinIME, so it can be removed

Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5
main
satok 2010-06-03 20:37:08 +09:00
parent c6bc1a93a3
commit 0f97599f1a
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
mSymbolsId = makeSymbolsId(false);
mSymbolsShiftedId = makeSymbolsShiftedId(false);
mInputMethodService = ims;
changeLatinKeyboardView(mLayoutId, false);
}
/**