summaryrefslogtreecommitdiff
path: root/sources/core/time/VSVectorTime.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/time/VSVectorTime.java')
-rw-r--r--sources/core/time/VSVectorTime.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java
index 7d0f371..eb6c0aa 100644
--- a/sources/core/time/VSVectorTime.java
+++ b/sources/core/time/VSVectorTime.java
@@ -3,7 +3,6 @@ package core.time;
import java.util.ArrayList;
public class VSVectorTime extends ArrayList<Long> implements VSTime {
- /* Only needed for painting in the painting panel */
private long globalTime;
public VSVectorTime(long globalTime) {