From 62c8185b40f3afb97a6baf70c3c9ff56499f1f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 14 Sep 2008 19:05:31 +0000 Subject: [PATCH] Remove dead code --- webui/static/app/epg.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/webui/static/app/epg.js b/webui/static/app/epg.js index f8348139..9c05c30b 100644 --- a/webui/static/app/epg.js +++ b/webui/static/app/epg.js @@ -144,16 +144,6 @@ tvheadend.epg = function() { emptyText: 'Only include content...' }); -/* - function epgReload() { - epgStore.baseParams.channel = epgFilterChannels.getValue(); - epgStore.baseParams.tag = epgFilterChannelTags.getValue(); - epgStore.baseParams.contentgrp = epgFilterContentGroup.getValue(); - epgStore.baseParams.title = epgFilterTitle.getValue(); - console.log(epgStore.baseParams.title); - epgStore.reload(); - } -*/ function epgQueryClear() { epgStore.baseParams.channel = null; @@ -202,11 +192,6 @@ tvheadend.epg = function() { } }); -/* - epgFilterChannelTags.on('select', epgReload); - epgFilterContentGroup.on('select', epgReload); - epgFilterTitle.on('valid', epgReload); -*/ var panel = new Ext.grid.GridPanel({ loadMask: true, title: 'Electronic Program Guide',