diff options
| author | rxi <rxi@users.noreply.github.com> | 2020-05-07 22:40:34 +0100 |
|---|---|---|
| committer | rxi <rxi@users.noreply.github.com> | 2020-05-07 22:40:34 +0100 |
| commit | 95bdb07d49a33f7ecdb8829bbd66bfeb4213fb33 (patch) | |
| tree | e5e4f44d9927cce226ba9fcc906721113e219e59 /data/core/docview.lua | |
| parent | de94c8a13c831773644b76487fd622a222297af5 (diff) | |
| download | lite-xl-95bdb07d49a33f7ecdb8829bbd66bfeb4213fb33.tar.gz lite-xl-95bdb07d49a33f7ecdb8829bbd66bfeb4213fb33.zip | |
Removed unused variables
Diffstat (limited to 'data/core/docview.lua')
| -rw-r--r-- | data/core/docview.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/core/docview.lua b/data/core/docview.lua index e7fbfaa0..9c91b999 100644 --- a/data/core/docview.lua +++ b/data/core/docview.lua @@ -2,7 +2,6 @@ local core = require "core" local common = require "core.common" local config = require "core.config" local style = require "core.style" -local syntax = require "core.syntax" local translate = require "core.doc.translate" local View = require "core.view" |
