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/cdm/SubcollectionIndexManager.java

    r5590 r5785  
    9999     * @return the default Index, or null if no such index assigned
    100100     */
    101     public SubcollectionIndex getDefaultSubcollectionIndex() {
     101    /* private SubcollectionIndex getDefaultSubcollectionIndex() {
    102102    if(default_index != null && default_index.isAssigned()) {
    103103        return default_index;
     
    106106        return null;
    107107    }
    108     }
     108    } */
    109109
    110110    /** Retrieve a certain subindex given its name.
Note: See TracChangeset for help on using the changeset viewer.