Changeset 8355


Ignore:
Timestamp:
2004-10-18T12:10:09+13:00 (20 years ago)
Author:
mdewsnip
Message:

Commented out some unused code.

File:
1 edited

Legend:

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

    r8353 r8355  
    112112     * @see org.greenstone.gatherer.Dictionary
    113113     */
    114     private ThreadGroup thread_group = null;
     114    // private ThreadGroup thread_group = null;
    115115    /** Ensures that expansion events between like collection trees are synchronized. */
    116116    private TreeSynchronizer collection_tree_sync = null;
     
    141141    ToolTipManager.sharedInstance().setDismissDelay(10000);
    142142    // Get a reference to the main thread group. Create a new thread, which defaults into the same thread group, then get its thread group. Easy.
    143     Thread bob = new Thread();
    144     thread_group = bob.getThreadGroup();
     143    // Thread bob = new Thread();
     144    // thread_group = bob.getThreadGroup();
    145145    // Set up some other UI stuff. (fonts handled in Gatherer.main())
    146146    UIManager.put("FileChooser.lookInLabelText", Dictionary.get("SaveCollectionBox.Look_In"));
Note: See TracChangeset for help on using the changeset viewer.