From 4fd4861d090fdc156e302efed8e53a7fcfbe58ae Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Sun, 5 Dec 2021 22:14:00 +0100 Subject: [PATCH] Fix unused variable (#8518) --- plugins/autowarmth.koplugin/suntime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autowarmth.koplugin/suntime.lua b/plugins/autowarmth.koplugin/suntime.lua index 7a4dee232..99bbe7408 100644 --- a/plugins/autowarmth.koplugin/suntime.lua +++ b/plugins/autowarmth.koplugin/suntime.lua @@ -73,7 +73,7 @@ local average_earth_radius = 6371e3 local semimajor_axis = 149598022.96E3 -- earth orbit's major semi-axis in meter local average_speed_earth = 29.7859e3 local aberration = asin(average_speed_earth/speed_of_light) -- Aberration relativistic -local average_speed_equator = (2*pi * average_earth_radius) / (24*3600) +--local average_speed_equator = (2*pi * average_earth_radius) / (24*3600) -------------------------------------------- -- minimal twillight times in hours