]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/DictionaryManagerActivity.java
Remove dead code.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryManagerActivity.java
index 6becda6cb35ae04c846fb625d761ff14cd46fb72..5264248171c5b33def0dc102f344a71cc94d3f84 100644 (file)
@@ -478,7 +478,6 @@ public class DictionaryManagerActivity extends ActionBarActivity {
         final Editor editor = prefs.edit();
         editor.remove(C.DICT_FILE);
         editor.remove(C.INDEX_SHORT_NAME);
-        editor.remove(C.SEARCH_TOKEN);
         editor.commit();
 
         application.backgroundUpdateDictionaries(dictionaryUpdater);