Skip to content

Commit 11c62fb

Browse files
committed
fix: drop unused variables
Let's make Luacheck happy! Signed-off-by: André Jaenisch <[email protected]>
1 parent c734c05 commit 11c62fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

weather-widget/weather.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ local function worker(user_args)
171171
local api_key = args.api_key
172172
local font_name = args.font_name or beautiful.font:gsub("%s%d+$", "")
173173
local units = args.units or 'metric'
174-
local time_format_12h = args.time_format_12h
175174
local both_units_widget = args.both_units_widget or false
176-
local show_hourly_forecast = args.show_hourly_forecast
177-
local show_daily_forecast = args.show_daily_forecast
178175
local icon_pack_name = args.icons or 'weather-underground-icons'
179176
local icons_extension = args.icons_extension or '.png'
180177
local timeout = args.timeout or 120

0 commit comments

Comments
 (0)