From a54350782e9bbd81aad3ef58a11826e3cd13134c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 24 Sep 2009 15:34:56 +0200 Subject: General cleanup to match with HEAD --- batat.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'batat.lua') diff --git a/batat.lua b/batat.lua index 37224af..dce5820 100644 --- a/batat.lua +++ b/batat.lua @@ -16,7 +16,6 @@ module("vicious.batat") -- {{{ Battery widget type local function worker(format) - -- Initialise tables local battery_info = {} local battery_state = { ["full"] = "↯", @@ -29,7 +28,6 @@ local function worker(format) -- Get data from acpitool local f = io.popen("acpitool -b") - -- Format data for line in f:lines() do -- Check if the battery is present if line:match("^[%s]+Battery.*") then -- cgit v1.2.3