Remove unused code

This commit is contained in:
Kovid Goyal 2019-10-04 13:29:08 +05:30
parent b02eb9df01
commit 2b536dd02f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -165,5 +165,5 @@ def render_head_foot(div, which, region, progress_frac, metadata, current_toc_no
text = '\xa0'
if text is not div.textContent:
div.textContent = text
div.style.display = 'block' if text else 'none'
div.style.display = 'block'
return text, has_clock