Skip to content

Commit dad896b

Browse files
committed
there is no need to purge caret timer #785
1 parent 7fc870e commit dad896b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fr/adrienbrault/idea/symfony2plugin/codeInsight/caret/overlay/CaretTextOverlayListener.java

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ synchronized public void clear() {
9393
}
9494

9595
timer.cancel();
96-
timer.purge();
9796
timer = null;
9897
}
9998
}

0 commit comments

Comments
 (0)