summaryrefslogtreecommitdiff
path: root/sources/core/VSTime.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-17 14:58:43 +0000
committerPaul Buetow <paul@buetow.org>2008-05-17 14:58:43 +0000
commit77a150f8d20f56aff7a4b4d394ea4b4857b6918c (patch)
treeed5c99fedc8aba6d0745cd6a45767b8d97e4cec9 /sources/core/VSTime.java
parentd46b1369ce9361bb0ee43e7e29669940aecbdee4 (diff)
Time package new.
Diffstat (limited to 'sources/core/VSTime.java')
-rw-r--r--sources/core/VSTime.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/core/VSTime.java b/sources/core/VSTime.java
deleted file mode 100644
index f35c0dd..0000000
--- a/sources/core/VSTime.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package core;
-
-public interface VSTime {
- public long getGlobalTime();
- public String toString();
-}