Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 87804ff

Browse files
committed
Remove unused var.
1 parent 388b78b commit 87804ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/LiveDevelopment/LiveDevelopment.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,6 @@ define(function LiveDevelopment(require, exports, module) {
563563

564564
/** Enable highlighting */
565565
function showHighlight() {
566-
var doc = _getCurrentDocument();
567-
568566
// Force cursor activity to kick highlighting
569567
if (_liveDocument instanceof CSSDocument) {
570568
_liveDocument.onCursorActivity();

0 commit comments

Comments
 (0)