From 90f9cd784b2983ecc2469716fd36dc17e45fe785 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 2 Jan 2022 15:05:08 +0100 Subject: [PATCH] fix luacheck: remove unused local --- lua/telekasten.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 6a71285..0d61739 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -259,7 +259,6 @@ local function calculate_dates(date) local dinfo = os.date("*t", time) -- this normalizes the input to a full date table local oneday = 24 * 60 * 60 -- hours * days * seconds local oneweek = 7 * oneday - local oneyear = 365 * oneday local df = dateformats local dates = {}