mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 07:31:07 +00:00
Remove unused render_timeline_link()
As it turns out, nothing is using this method.
This commit is contained in:
parent
f3edc8a48c
commit
1f1f3b5f61
@ -529,10 +529,6 @@ class DownloadStatusElement(Element, DownloadResultsRendererMixin):
|
||||
return ""
|
||||
return "+%.6fs" % t
|
||||
|
||||
def render_timeline_link(self, ctx, data):
|
||||
from nevow import url
|
||||
return T.a(href=url.URL.fromContext(ctx).child("timeline"))["timeline"]
|
||||
|
||||
def _rate_and_time(self, bytes, seconds):
|
||||
time_s = abbreviate_time(seconds)
|
||||
if seconds != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user