mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
cleanup: get rid of the variable that is no longer needed.
This commit is contained in:
parent
44df8027f7
commit
27340db68b
@ -1765,7 +1765,6 @@ function UniReader:showToc()
|
||||
local abs_item_no = math.abs(item_no)
|
||||
local xidx = self.toc_curidx_to_x[abs_item_no]
|
||||
if self.toc_children[xidx] then
|
||||
local i
|
||||
if item_no > 0 then
|
||||
self:expandTOCItem(xidx, item_no)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user