From fbbf94bdf8c3a0168f8d2c0e40e767d72f74537f Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 30 Apr 2013 12:24:22 +0300 Subject: [PATCH] media/liveleak.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/liveleak.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/media/liveleak.lua b/share/media/liveleak.lua index 1708795..08c3cd4 100644 --- a/share/media/liveleak.lua +++ b/share/media/liveleak.lua @@ -28,12 +28,6 @@ function ident(qargs) } end --- Query available formats. -function query_formats(self) - self.formats = 'default' - return self -end - -- Parse media URL. function parse(self) self.host_id = "liveleak" -- 2.11.4.GIT