mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unused code
This commit is contained in:
parent
b02eb9df01
commit
2b536dd02f
@ -165,5 +165,5 @@ def render_head_foot(div, which, region, progress_frac, metadata, current_toc_no
|
|||||||
text = '\xa0'
|
text = '\xa0'
|
||||||
if text is not div.textContent:
|
if text is not div.textContent:
|
||||||
div.textContent = text
|
div.textContent = text
|
||||||
div.style.display = 'block' if text else 'none'
|
div.style.display = 'block'
|
||||||
return text, has_clock
|
return text, has_clock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user