aboutsummaryrefslogtreecommitdiff
path: root/mpd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.lua')
-rw-r--r--mpd.lua4
1 files changed, 0 insertions, 4 deletions
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")