Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: remove unused tvheadend.channelrec initialization
  • Loading branch information
perexg committed Oct 9, 2015
1 parent 58c0b57 commit bc452b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/webui/static/app/chconf.js
Expand Up @@ -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)')}));
Expand Down

0 comments on commit bc452b7

Please sign in to comment.