removed old unused stuff
This commit is contained in:
parent
98f7acce97
commit
0defb7c9c0
1 changed files with 0 additions and 3 deletions
|
@ -14,8 +14,6 @@ import java.io.*;
|
|||
|
||||
public interface INode {
|
||||
|
||||
public final static String webTypes = "image/jpeg, image/gif, image/png";
|
||||
|
||||
public final static int TRANSIENT = -3;
|
||||
public final static int VIRTUAL = -2;
|
||||
public final static int INVALID = -1;
|
||||
|
@ -25,7 +23,6 @@ public interface INode {
|
|||
public final static int DELETED = 3;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* id-related methods
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue