Changeset 7999


Ignore:
Timestamp:
2004-08-18T17:00:14+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed some dead code.

Location:
trunk/gli/src/org/greenstone/gatherer/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/ExternalCollectionPrompt.java

    r7981 r7999  
    4545import org.greenstone.gatherer.Dictionary;
    4646import org.greenstone.gatherer.Gatherer;
    47 import org.greenstone.gatherer.checklist.CheckList;
    48 import org.greenstone.gatherer.checklist.Entry;
    4947import org.greenstone.gatherer.gui.GLIButton;
    5048import org.greenstone.gatherer.gui.SimpleMenuBar;
    5149import org.greenstone.gatherer.gui.ModalDialog;
    52 import org.greenstone.gatherer.util.StaticStrings;
    53 import org.greenstone.gatherer.util.Utility;
    54 import org.w3c.dom.*;
    5550
    5651// this has been changed to not offer the choice of a new metadata set, cos I haven't made this work properly.
  • trunk/gli/src/org/greenstone/gatherer/gui/OptionsPane.java

    r7982 r7999  
    4848import org.greenstone.gatherer.Gatherer;
    4949import org.greenstone.gatherer.cdm.Argument;
    50 import org.greenstone.gatherer.checklist.CheckList;
    5150import org.greenstone.gatherer.collection.BuildOptions;
    5251import org.greenstone.gatherer.collection.Collection;
  • trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java

    r7660 r7999  
    4848import org.greenstone.gatherer.gui.SimpleMenuBar;
    4949import org.greenstone.gatherer.gui.tree.DragTree;
    50 import org.greenstone.gatherer.gui.tree.WorkspaceTree;
    5150import org.greenstone.gatherer.util.ArrayTools; // just for debug
    5251import org.greenstone.gatherer.util.StaticStrings;
Note: See TracChangeset for help on using the changeset viewer.