Changeset 7641


Ignore:
Timestamp:
2004-06-25T10:03:28+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed a couple of dead functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileNode.java

    r7491 r7641  
    177177    public File getFile() {
    178178    return file;
    179     }
    180 
    181     /** Retrieve the icon the system thinks should be assigned to this node. If this node has no file then the icon will be null. */
    182     public ImageIcon getIcon() {
    183     return null;
    184179    }
    185180
     
    406401    }
    407402
    408     /* private void setChildrenReadOnly(boolean children_readonly) {
    409     this.children_readonly = children_readonly;
    410     } */
    411 
    412403    public void setFile(File file) {
    413404    this.file = file;
Note: See TracChangeset for help on using the changeset viewer.