diff --git a/cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/common/stormtrack/StormTrackDisplay.java b/cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/common/stormtrack/StormTrackDisplay.java index c6ca1beba3..939444f432 100644 --- a/cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/common/stormtrack/StormTrackDisplay.java +++ b/cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/common/stormtrack/StormTrackDisplay.java @@ -722,15 +722,6 @@ public class StormTrackDisplay implements IRenderable { || currentState.newDuration != -1 || update) { if (currentState.timePoints != null && currentState.timePoints.length != frameCount) { - // need to set theAnchorPoint and theAnchorIndex here - // because timePoints get erased before we get to updateAnchorPoint - DataTime frameTime = paintProps.getDataTime(); - for (int j=0;j