Ignore:
Timestamp:
2006-12-20T14:10:13+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed some unused functions.

File:
1 edited

Legend:

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

    r12115 r13531  
    156156    }
    157157
    158     public void setRecords(CollectionTreeNode[] records) {
    159     this.records = records;
    160     if(isVisible()) {
    161         rebuildModel();
    162     }
    163     else {
    164         invalid = true;
    165     }
    166     }
    167 
    168158    /** This method is called whenever the selection within the collection tree changes. This causes the table to be rebuilt with a new model.
    169159     * @param event A <strong>TreeSelectionEvent</strong> containing information about the event.
Note: See TracChangeset for help on using the changeset viewer.