From 0defb7c9c07136a4837c0ffb4936a04c85525bf3 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 25 May 2001 14:11:46 +0000 Subject: [PATCH] removed old unused stuff --- src/helma/objectmodel/INode.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/helma/objectmodel/INode.java b/src/helma/objectmodel/INode.java index 2335ffb4..e80ea8a4 100644 --- a/src/helma/objectmodel/INode.java +++ b/src/helma/objectmodel/INode.java @@ -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 */