From f61761446eade0f3abf64ee2cd1c94cacdabb915 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 7 Sep 2013 17:28:37 +0300 Subject: [PATCH] media/lego.lua: Remove query_formats function Remove the now obsolete `query_formats' function which is no longer supported by libquvi 0.9+. Signed-off-by: Toni Gundogdu --- share/media/lego.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/media/lego.lua b/share/media/lego.lua index 0e2a9e5..af04af0 100644 --- a/share/media/lego.lua +++ b/share/media/lego.lua @@ -29,12 +29,6 @@ function ident(qargs) } end --- Query available formats. -function query_formats(self) - self.formats = "default" - return self -end - -- Parse video URL. function parse(self) self.host_id = "lego" -- 2.11.4.GIT