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/SmarterTextArea.java

    r5589 r5785  
    6363
    6464    /** we want to be able to set the text without the user being able to */
    65     public void systemSetText(String text) {
     65    /* private void systemSetText(String text) {
    6666    init = true;
    6767    setText(text);
    6868    init = false;
    69     }
     69    } */
    7070
    7171    private class UnchangingDocument
Note: See TracChangeset for help on using the changeset viewer.