From: Jaroslav Kysela Date: Fri, 9 Oct 2015 14:08:43 +0000 (+0200) Subject: WEBUI: remove unused tvheadend.channelrec initialization X-Git-Tag: v4.2.1~1955 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc452b7555377554a318a09966a5dc2529b1250d;p=thirdparty%2Ftvheadend.git WEBUI: remove unused tvheadend.channelrec initialization --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 1b22174a7..2d163298d 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -22,10 +22,6 @@ tvheadend.comet.on('channeltags', function(m) { /** * Channels */ -tvheadend.channelrec = new Ext.data.Record.create( - ['name', 'chid', 'epggrabsrc', 'tags', 'ch_icon', 'epg_pre_start', - 'epg_post_end', 'number']); - insertChannelClearOption = function( scope, records, options ){ var placeholder = Ext.data.Record.create(['key', 'val']); scope.insert(0,new placeholder({key: '-1', val: _('(Clear filter)')}));