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/commandview.lua | |
| parent | de94c8a13c831773644b76487fd622a222297af5 (diff) | |
| download | lite-xl-95bdb07d49a33f7ecdb8829bbd66bfeb4213fb33.tar.gz lite-xl-95bdb07d49a33f7ecdb8829bbd66bfeb4213fb33.zip | |
Removed unused variables
Diffstat (limited to 'data/core/commandview.lua')
| -rw-r--r-- | data/core/commandview.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/core/commandview.lua b/data/core/commandview.lua index ceb32b5b..ccd8b4b4 100644 --- a/data/core/commandview.lua +++ b/data/core/commandview.lua @@ -216,7 +216,6 @@ end local function draw_suggestions_box(self) local lh = self:get_suggestion_line_height() local dh = style.divider_size - local offsety = self:get_line_text_y_offset() local x, _ = self:get_line_screen_position() local h = math.ceil(self.suggestions_height) local rx, ry, rw, rh = self.position.x, self.position.y - h - dh, self.size.x, h |
