From 2a5126f4f0c0a3e073becb98f49499363072643d Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 14 Sep 2009 17:25:23 +0200 Subject: General cleanup --- mpd.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mpd.lua') diff --git a/mpd.lua b/mpd.lua index 5a563fd..3cebe61 100644 --- a/mpd.lua +++ b/mpd.lua @@ -16,10 +16,6 @@ module("vicious.mpd") -- {{{ MPD widget type local function worker(format) - -- This one is as simple as they come. Using sockets or expanding - -- it is a lost cause since there are already a few MPD Lua libs - -- written for awesome. Use them. - -- -- Get data from mpc local f = io.popen("mpc") local np = f:read("*line") -- cgit v1.2.3