Changeset 8834


Ignore:
Timestamp:
2004-12-16T17:05:03+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed some unnecessary code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gems/GEMSPreferences.java

    r8627 r8834  
    3838import org.greenstone.gatherer.Dictionary;
    3939import org.greenstone.gatherer.Gatherer;
    40 import org.greenstone.gatherer.cdm.ClassifierManager;
    4140import org.greenstone.gatherer.cdm.LanguageManager;
    42 import org.greenstone.gatherer.cdm.PluginManager;
    4341import org.greenstone.gatherer.checklist.CheckList;
    4442import org.greenstone.gatherer.collection.Collection;
     
    463461        if (!current_lang.equals(new_lang)) {
    464462        Configuration.setLocale("general.locale", Configuration.GENERAL_SETTING, ((DictionaryEntry)language_combobox.getSelectedItem()).getLocale());
    465         // delete the plugins and classifiers.dat files
    466                
    467         PluginManager.clearPluginCache();
    468         ClassifierManager.clearClassifierCache();
    469463        }
    470464           
Note: See TracChangeset for help on using the changeset viewer.