remove unused code

see #348
This commit is contained in:
tophf 2018-02-15 16:48:37 +03:00
parent c564aab48f
commit 654f63b894

View File

@ -49,14 +49,6 @@
case 'liveReloadStop':
stop();
break;
case 'closeTab':
if (history.length > 1) {
history.back();
} else {
chrome.runtime.sendMessage({method: 'closeTab'});
}
break;
}
}