Ignore:
Timestamp:
2003-11-05T13:46:44+13:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out about 60 unused functions.

File:
1 edited

Legend:

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

    r5593 r5785  
    382382
    383383    /** Set the enabled state of one of the help menu items, based on its 'tabs' current state. Note that this method should only be called from the AWTEvent thread. */
    384     public void tabEnabled(int tab_index, boolean state) {
     384    /* private void tabEnabled(int tab_index, boolean state) {
    385385    JMenuItem selected = help.getItem(tab_index + 2); // Remember general and separator items
    386386    selected.setEnabled(state);
    387     }
     387    } */
    388388
    389389    /** In order to provide context aware help advice we keep track of which
Note: See TracChangeset for help on using the changeset viewer.