removed old unused stuff

This commit is contained in:
hns 2001-05-25 14:11:46 +00:00
parent 98f7acce97
commit 0defb7c9c0

View file

@ -14,8 +14,6 @@ import java.io.*;
public interface INode { public interface INode {
public final static String webTypes = "image/jpeg, image/gif, image/png";
public final static int TRANSIENT = -3; public final static int TRANSIENT = -3;
public final static int VIRTUAL = -2; public final static int VIRTUAL = -2;
public final static int INVALID = -1; public final static int INVALID = -1;
@ -25,7 +23,6 @@ public interface INode {
public final static int DELETED = 3; public final static int DELETED = 3;
/** /**
* id-related methods * id-related methods
*/ */