aboutsummaryrefslogtreecommitdiff
path: root/thermal.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 17:25:23 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 17:25:23 +0200
commit2a5126f4f0c0a3e073becb98f49499363072643d (patch)
treecd9e79c76420d01c94544ce039a6a73eb667e4e5 /thermal.lua
parent4f3599db00b3a55a0ff6e52530bdad282e97f8f3 (diff)
downloadvicious-legacy-2a5126f4f0c0a3e073becb98f49499363072643d.tar.xz
General cleanup
Diffstat (limited to 'thermal.lua')
-rw-r--r--thermal.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/thermal.lua b/thermal.lua
index 6c792e7..54a6c40 100644
--- a/thermal.lua
+++ b/thermal.lua
@@ -20,7 +20,6 @@ local function worker(format, thermal_zone)
local line = f:read("*line")
f:close()
- -- Get temperature data
local temperature = line:match("[%d]?[%d]?[%d]")
return {temperature}