Remove unused variables

This commit is contained in:
alfrix
2022-03-14 19:21:39 -03:00
committed by Alfredo Monclus
parent 5899c8feab
commit ee0cc9ca10
12 changed files with 10 additions and 25 deletions

View File

@@ -156,7 +156,6 @@ class HeaterGraph(Gtk.DrawingArea):
return hscale
def graph_time(self, ctx, gsize, points_per_pixel):
glen = gsize[1][0] - gsize[0][0]
now = datetime.datetime.now()
first = gsize[1][0] - (now.second + ((now.minute % 2) * 60)) / points_per_pixel