Remove unused function

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-17 19:23:57 +09:00
parent 27c412744f
commit d16ddbdbbf
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -79,9 +79,6 @@ window.addEventListener('load', () => {
this.preview();
}
},
updatePreview: function() {
this.preview();
},
updateHighlightedLines: function() {
if(!this.regexpMatches) {
this.highlightedLines = null;